source:
sourcecode/application/errors/error_php.php
@
1
Last change on this file since 1 was 1, checked in by dungnv, 11 years ago | |
---|---|
File size: 288 bytes |
Line | |
---|---|
1 | <div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;"> |
2 | |
3 | <h4>A PHP Error was encountered</h4> |
4 | |
5 | <p>Severity: <?php echo $severity; ?></p> |
6 | <p>Message: <?php echo $message; ?></p> |
7 | <p>Filename: <?php echo $filepath; ?></p> |
8 | <p>Line Number: <?php echo $line; ?></p> |
9 | |
10 | </div> |
Note: See TracBrowser
for help on using the repository browser.