source: pro-violet-viettel/www/deploy/20150304/application/errors/error_php.php @ 780

Last change on this file since 780 was 780, checked in by dungnv, 10 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.