diff options
Diffstat (limited to '')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } |