X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=8dfc9d42c3907b98c78bb9face4d506a3abc46ea;hp=c7cf9e90231fe0122921015be3cabe1f9e5dfca8;hb=98077af43126dd7c274fe57f6ea0494e906e8943;hpb=05e9ddd952a47d42b9970a9d2afef20d77d3aecf;ds=sidebyside diff --git a/debug.php b/debug.php index c7cf9e9023..8dfc9d42c3 100644 --- a/debug.php +++ b/debug.php @@ -39,16 +39,12 @@ // Load security stuff here require('inc/libs/security_functions.php'); -// Init "action" and "what" -$GLOBALS['what'] = ''; -$GLOBALS['action'] = ''; - // Set module and fake "CSS mode" $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 +60,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!