X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/271df87bc8c768167889902c455d3c7dfc0f155b..5d76ec85a500321127ac879ffaa0aabd686bb7bf:/www/www-header.php diff --git a/www/www-header.php b/www/www-header.php index 01214d7..0a3b562 100644 --- a/www/www-header.php +++ b/www/www-header.php @@ -1,5 +1,5 @@ $e)); + render( + 'exception', + array( + 'exception' => $e, + 'debug' => $GLOBALS['phorkie']['cfg']['debug'] + ) + ); exit(); } );