X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Findex.php;h=63c3e7c63bbe72a4c2711f44e80fbfb72a59d7cf;hb=74fc3dcf5806f0c3ecd1851fca1e7233d99d1d8e;hp=263ff441be2d2cba476ae8641d22277dc56f8645;hpb=ae9e57b169de143d2b8a7c761c3bf7394385e0d0;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");