X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fphp%2Fmain.php;h=0ac4ab9c6c17dede0bdb5e20ab59327296260803;hb=6ee4bd4718471ce8ba4a8416a0bee09b082e0f13;hp=93134850769cdbf1af3faa35b752e7be4f08ba37;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/maps/php/main.php b/maps/php/main.php index 9313485..0ac4ab9 100755 --- a/maps/php/main.php +++ b/maps/php/main.php @@ -17,7 +17,9 @@ include "MAPS.php"; OpenDB (); -$password = $_REQUEST ["password"]; +if (isset ($_REQUEST["password"])) { + $password = $_REQUEST ["password"]; +} // if if (isset ($userid)) { if (!$from_cookie) {