]> git.mxchange.org Git - mailer.git/blobdiff - surfbar.php
Ticket resolved, code rewrites and caching:
[mailer.git] / surfbar.php
index 07d22fb273a4f31c1e175fcd13d128d1963a49af..5adb2f674e61a21edcc48d880a8cb96aaea72631 100644 (file)
@@ -32,7 +32,7 @@
  ************************************************************************/
 
 // Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
-require_once("inc/libs/security_functions.php");
+require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
 global $what, $action, $startTime, $SURFBAR_CACHE;
@@ -47,14 +47,14 @@ $CSS = 0;
 $msg = null;
 
 // Load the required file(s)
-require_once("inc/config.php");
+require("inc/config.php");
 
 // Is the script installed?
 if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Only logged in users may use this surfbar!
        if (!EXT_IS_ACTIVE("surfbar")) {
                // Surfbar deactivated
-               LOAD_URL("modules.php?module=login&msg=".CODE_EXTENSION_PROBLEM."&ext=surfbar");
+               LOAD_URL("modules.php?module=login&msg=".constant('CODE_EXTENSION_PROBLEM')."&ext=surfbar");
        } elseif (!IS_MEMBER()) {
                // Redirect
                LOAD_URL("modules.php?module=index");