X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=maps%2Findex.php;h=63c3e7c63bbe72a4c2711f44e80fbfb72a59d7cf;hb=7ddf095f187ca60d9a70fb83b2bc3c2b6d91f088;hp=263ff441be2d2cba476ae8641d22277dc56f8645;hpb=88c9cb9f6ed80dd31981b083593b1746695083b9;p=clearscm.git diff --git a/maps/index.php b/maps/index.php index 263ff44..63c3e7c 100755 --- a/maps/index.php +++ b/maps/index.php @@ -2,8 +2,8 @@ include "site-functions.php"; include "MAPS.php"; -$logout = $_REQUEST[logout]; -$errormsg = $_REQUEST[errormsg]; +$logout = $_REQUEST['logout']; +$errormsg = $_REQUEST['errormsg']; if (isset ($logout)) { setcookie ("MAPSUser", "", time()+60*60*24*30, "/maps");