X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=admin.php;h=c6a9bf529e99f8a2d7c02658610a513342b135ae;hb=9d3e47c8ab6ff3ab7efca2a968d66a5ccf76728d;hp=61891e3b8a32a1e8cee0b1477ca4dec4f6cad1d6;hpb=7b0f17cd637e388049d2167811e4332cec1e979b;p=mailer.git diff --git a/admin.php b/admin.php index 61891e3b8a..c6a9bf529e 100644 --- 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()) {