Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / debug.php
index c7cf9e90231fe0122921015be3cabe1f9e5dfca8..ef780e47402242b70dc7bfb29cfa2405d3cae77d 100644 (file)
--- a/debug.php
+++ b/debug.php
@@ -48,7 +48,7 @@ $GLOBALS['module'] = 'debug';
 $GLOBALS['output_mode'] = -1;
 
 // Load the required file(s)
-require('inc/config.php');
+require('inc/config-global.php');
 
 // Redirect only to registration page when this script is installed
 if ((isInstalled()) && (getTotalFatalErrors() == 0)) {
@@ -64,8 +64,8 @@ if ((isInstalled()) && (getTotalFatalErrors() == 0)) {
                if (DEBUG_HANDLE_REQUEST(REQUEST_POST('request'))) {
                        // Construct FQFN for the module
                        $INC = sprintf("inc/debug/%s/request_%s",
-                               getConfig('debug_mode'),
-                               SQL_ESCAPE(REQUEST_POST('request'))
+                       getConfig('debug_mode'),
+                       SQL_ESCAPE(REQUEST_POST('request'))
                        );
 
                        // Is the module there? Else we log it!