]> git.mxchange.org Git - hub.git/blobdiff - index.php
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[hub.git] / index.php
index dfaeb8a31d767652861da331da0662c5d986d3db..2f8d830cda176562b0a3e4de4e6ab67e401434f8 100644 (file)
--- 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: <span class=\"emergency_span\">%s</span>",
+                       exit(sprintf('[Main:] Emergency exit reached: <span class="emergency_span">%s</span>',
                                $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();