????
Current Path : /home2/morganrand/backup.morganrand.com/ |
Current File : /home2/morganrand/backup.morganrand.com/mobileverify.php |
<?php $pass = $_POST['password']; if (empty($pass) ) { header('LOCATION: mobileloginerror.html'); exit; } elseif ( $pass!="partywithwanderfuls" ) { header('LOCATION: mobileloginerror.html'); exit; } else { header('LOCATION: mobilerooms.html'); exit; } ?>