X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=sponsor_confirm.php;h=59f734fcfe3bfc2caeabad029d306db2f3de23c8;hp=a93348c753e9c177b69b682a8f2269462adb603e;hb=5071030af40e69ca4284642f44758964e18f5be8;hpb=a090e351c49fe021fb3064325694da03402332e0 diff --git a/sponsor_confirm.php b/sponsor_confirm.php index a93348c753..59f734fcfe 100644 --- a/sponsor_confirm.php +++ b/sponsor_confirm.php @@ -35,7 +35,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" @@ -49,7 +49,7 @@ $GLOBALS['module'] = 'sponsor_confirm'; $GLOBALS['output_mode'] = '0'; // Load the required file(s) -require('inc/config.php'); +require('inc/config-global.php'); // Is the script installed? if (isInstalled()) { @@ -64,10 +64,10 @@ if (isInstalled()) { } // Load the URL - LOAD_URL($URL); + redirectToUrl($URL); } else { // You have to install first! - LOAD_URL('install.php'); + redirectToUrl('install.php'); } // Really all done here... ;-)