]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
config.php partly solved, see #117
[mailer.git] / doubler.php
index 908cc0264d3a99189a3e158cfec472fdbdf86a6e..9a6354783170f111ac9641a081c022b837417457 100644 (file)
@@ -50,10 +50,10 @@ $GLOBALS['refid'] = 0;
 $GLOBALS['output_mode'] = 0;
 
 // Load the required file(s)
-require('inc/config.php');
+require('inc/config-global.php');
 
 // Is the 'doubler' extension active?
-REDIRECT_ON_UNINSTALLED_EXTENSION('doubler');
+redirectOnUninstalledExtension('doubler');
 
 // Is the script installed?
 if (isInstalled()) {