????

Your IP : 216.73.216.83


Current Path : /home2/morganrand/backup.morganrand.com/
Upload File :
Current File : /home2/morganrand/backup.morganrand.com/verify.php

<?php 




	$pass = $_POST['password'];
  




if (empty($pass) )
{
	
	 header('LOCATION: loginerror.html');
			  exit;
}





elseif ( $pass!="partywithwanderfuls" ) {
	    header('LOCATION: loginerror.html');
			  exit;

}


	   
	   else {
		   
		   header('LOCATION: https://wedding-.ipower.com/ecommerce/os/catalog/');
	        	  exit;
	   }
	   
	
?>