summaryrefslogtreecommitdiffstats
path: root/application/errors/error_php.php
diff options
context:
space:
mode:
authorEsen Sagynov <kadishmal@gmail.com>2011-08-11 09:41:16 +0200
committerEsen Sagynov <kadishmal@gmail.com>2011-08-11 09:41:16 +0200
commit2ab2b1e3201a1eca2954ca463df744d5cd2e46cd (patch)
tree1b0ee555b8e61b7278273f62a27ca3d316abe06c /application/errors/error_php.php
parentee3e594893d28ca6370d24d2a4406c1897959175 (diff)
Added back /application/* files (removed in previous commit accidently). Corrected formatting/indenting in CUBRID Driver classes. Added myself as the driver author. Applied the MySQL fix, previously accepted in pull request #29, to CUBRID Driver.
Diffstat (limited to 'application/errors/error_php.php')
-rw-r--r--application/errors/error_php.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/errors/error_php.php b/application/errors/error_php.php
new file mode 100644
index 000000000..f085c2037
--- /dev/null
+++ b/application/errors/error_php.php
@@ -0,0 +1,10 @@
+<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> \ No newline at end of file