aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 098cfa4..95dac53 100644
--- a/index.php
+++ b/index.php
@@ -341,4 +341,5 @@ catch(Exception $e)
{
ob_clean();
require('view/500.php');
+ error_log("Caught: $e");
}