|
|
Line 12: |
Line 12: |
| custom_errors.php: | | custom_errors.php: |
| | | |
− | <? echo "An error has occured on this page, Sorry"; ?> | + | <? echo "An error has occurred on this page, Sorry"; ?> |
| </pre> | | </pre> |
| | | |
Line 18: |
Line 18: |
| | | |
| | | |
− | <H1>A Problem has been Encountered</H1> | + | <p style = "font-size: 32px;">A Problem has been Encountered</p> |
− | An error has occured on this page, Sorry | + | An error has occurred on this page, Sorry<br /> |
| + | Available variables for this page are:<br /><br /> |
| + | $errstr -> The error that has occurred<br /> |
| + | $errfile -> The file where the error occurred<br /> |
| + | $errline -> The line number where the error occurred<br /> |
| | | |
− |
| |
− | Available variables for this page are:
| |
− | <pre>
| |
− | $errstr -> The error that has occured<br>
| |
− | $errfile -> The file where the error occured<br>
| |
− | $errline -> The line number where the error occured<br>
| |
− | </pre>
| |
| [[Category:NATS Extras]] | | [[Category:NATS Extras]] |