source:
pro-violet-viettel/sourcecode/application/errors/error_php.php
@
356
Last change on this file since 356 was 289, checked in by dungnv, 11 years ago | |
---|---|
File size: 288 bytes |
Rev | Line | |
---|---|---|
[289] | 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.