aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0de1823..95dac53 100644
--- a/index.php
+++ b/index.php
@@ -92,7 +92,6 @@ try {
));
}
-
// GLOBAL ROUTES
if($route == 'gen/main.css')
{
@@ -342,4 +341,5 @@ catch(Exception $e)
{
ob_clean();
require('view/500.php');
+ error_log("Caught: $e");
}