]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-sponsor_login.php
- Major change in menu system. You need to rewrite/update your member and guest
[mailer.git] / inc / modules / guest / what-sponsor_login.php
index 6da3f8aa85afe0833ce4d9f7e9767bc284bf103e..b70f75f38bc6369fc3deb502968610fb3b75ab2d 100644 (file)
@@ -258,7 +258,7 @@ WHERE id='%s' AND password='%s' LIMIT 1",
                {
                        // Calculate cookie lifetime, maybe we have to change this so the admin can setup a
                        // seperate timeout for these two cookies?
-                       $life = (time() + $CONFIG['online_timeout']);
+                       $life = (time() + $_CONFIG['online_timeout']);
 
                        // Is confirmed so both is fine and we can continue with login procedure
                        $login = ((setcookie("sponsorid"  , bigintval($_POST['sponsorid']), $life, COOKIE_PATH)) &&