????

Your IP : 13.59.58.68


Current Path : /home2/morganrand/backup.morganrand.com/
Upload File :
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;
	   }
	   
	
?>