]> git.mxchange.org Git - mailer.git/blobdiff - admin.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / admin.php
index 61891e3b8a32a1e8cee0b1477ca4dec4f6cad1d6..c6a9bf529e99f8a2d7c02658610a513342b135ae 100644 (file)
--- a/admin.php
+++ b/admin.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'] = 'admin';
 $GLOBALS['output_mode'] = -1;
 
 // Load the required file(s)
-require('inc/config.php');
+require('inc/config-global.php');
 
 // Is the script installed?
 if (isInstalled()) {