X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=2f8d830cda176562b0a3e4de4e6ab67e401434f8;hb=d5813b87cab5b1d9a704b99186ca45e628322e28;hp=dfaeb8a31d767652861da331da0662c5d986d3db;hpb=2192ba1f52139fec86a3552dc66cd458ad42b3b1;p=hub.git diff --git a/index.php b/index.php index dfaeb8a31..2f8d830cd 100644 --- a/index.php +++ b/index.php @@ -159,7 +159,7 @@ final class ApplicationEntryPoint { exit(); } else { // Output message and die - exit(sprintf("[Main:] Emergency exit reached: %s", + exit(sprintf('[Main:] Emergency exit reached: %s', $message )); } @@ -206,10 +206,10 @@ final class ApplicationEntryPoint { } // END - class // Developer mode active? Comment out if no dev! -define('DEVELOPER', true); +define('DEVELOPER', TRUE); // Log all exceptions (only debug! This option can create large error logs) -//define('LOG_EXCEPTIONS', true); +//define('LOG_EXCEPTIONS', TRUE); //xdebug_start_trace();