]> git.mxchange.org Git - mailer.git/blobdiff - sponsor_confirm.php
More variables renamed to , install/admin_WriteData() is now generic (with open TODO)
[mailer.git] / sponsor_confirm.php
index 5b601d88cad27cefbec0b8aceaa336267d738051..7bc65670dfe160d6194949462ec933acc50806fe 100644 (file)
@@ -31,7 +31,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");
 
 // Load the required file(s)
 require("inc/config.php");
@@ -39,7 +39,7 @@ require("inc/config.php");
 // Is the script installed?
 if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Base URL for redirection
-       $URL = "modules.php?module=index&what=sponsor_login&hash=";
+       $URL = "modules.php?module=index&what=sponsor_login&hash=";
        if (empty($_GET['hash'])) {
                // No refid and we add our refid (don't forget to set $def_refid!)
                $URL = "modules.php?module=index";