]> git.mxchange.org Git - mailer.git/blobdiff - debug.php
Migration of stelzi's commit 1022 with some changes so we have a nicer code. See...
[mailer.git] / debug.php
index 654823a20c2fadaffccad19b1deaf06ab6ddbf96..aa7c764e1ffc549dae66a068b68df1632b2366f5 100644 (file)
--- a/debug.php
+++ b/debug.php
@@ -36,7 +36,7 @@
  * MA  02110-1301  USA                                                  *
  ************************************************************************/
 
-// Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
+// Load security stuff here
 require('inc/libs/security_functions.php');
 
 // Init "action" and "what"
@@ -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)) {