diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-09-16 15:00:12 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-09-16 15:00:12 +0200 |
commit | a26dea734b9f6606c55921cb29d7e054b714ea57 (patch) | |
tree | 47b86cfa57bb5a60b595a0c265ba78aa7efc7f2d /application | |
parent | e0f11bb3ada4171f186bf92e4bf8995e2b2d8944 (diff) |
Remove old error template
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/errors/error_php.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/application/errors/error_php.php b/application/errors/error_php.php deleted file mode 100644 index 5f91e07a0..000000000 --- a/application/errors/error_php.php +++ /dev/null @@ -1,11 +0,0 @@ -<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;"> - -<h4>A PHP Error was encountered</h4> - -<p>Severity: <?php echo $severity; ?></p> -<p>Message: <?php echo $message; ?></p> -<p>Filename: <?php echo $filepath; ?></p> -<p>Line Number: <?php echo $line; ?></p> - -</div> -<?php exit(); |