]> git.mxchange.org Git - mailer.git/blobdiff - surfbar.php
config.php partly solved, see #117
[mailer.git] / surfbar.php
index ae518872b55dcacb762de6beef15db49f5966e64..f6f0ca1d4bd06e8510023dde7df589e71b9b2ca5 100644 (file)
@@ -52,12 +52,12 @@ $GLOBALS['output_mode'] = 0;
 $msg = null;
 
 // Load the required file(s)
-require('inc/config.php');
+require('inc/config-global.php');
 
 // Is the script installed?
 if (isInstalled()) {
        // Only logged in users may use this surfbar!
-       REDIRECT_ON_UNINSTALLED_EXTENSION('surfbar');
+       redirectOnUninstalledExtension('surfbar');
 
        // No member?
        if (!IS_MEMBER()) {