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