Update exception.php

This commit is contained in:
slawkens 2025-01-27 21:45:59 +01:00
parent 7abc3c7833
commit d1c72b3240

View File

@ -44,6 +44,7 @@ function exception_handler($exception) {
$content = str_replace(array('{{ BASE_URL }}', '{{ exceptionClass }}', '{{ message }}', '{{ backtrace }}', '{{ powered_by }}'), array(BASE_URL, get_class($exception), $message, $backtrace_formatted, base64_decode('UG93ZXJlZCBieSA8YSBocmVmPSJodHRwOi8vbXktYWFjLm9yZyIgdGFyZ2V0PSJfYmxhbmsiPk15QUFDLjwvYT4=')), $content);
@ob_clean();
echo $content;
}