| Current Path : /home/hrpsychology/public_html/soulfood.gr/ab/ |
| Current File : /home/hrpsychology/public_html/soulfood.gr/ab/login.php_original |
<!DOCTYPE html>
<html>
<head><title></title>
<style>
body {background-color: #636060;}
.test{color:white;
border-style: solid;
width: 700px;
padding: 50px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top:250px;
box-shadow: 0px 0px 40px #fdffbc ; }
#bg {
background-color:black;
}
</style>
</head>
<body>
<?php
$firstname = $_POST["onoma"];
$lastname = $_POST["lastname"];
if ($firstname == "AB" && $lastname == "ABCARE4U"){
?><meta http-equiv="refresh" content="0;url=https://www.soulfood.gr/index-prothalamos.htm"><?php
}
else{?> <meta http-equiv="refresh" content="0;url=https://www.soulfood.gr/ab/lathos.html"><?php }
?>
<div >
<div class="test">
<h1><font align="center">Παρακαλώ περιμένετε..</font></h1>
<?php
$date = date('d-m-Y ');
echo $date
?>
</div>
</div>
</html>