<?php header('Location: http://advpaneladmin.movingup.it/admin.php'); exit(); ?>


<html>
<head>
	<meta charset="utf-8">
	<title></title>
	<? include(__DIR__.'/config.php');?>
	<link href="css/log_style.css" rel="stylesheet" type="text/css">
	<script type="text/javascript" src="js/sha512.js"></script>
	<script type="text/javascript" src="js/forms.js"></script>
</head>
<body style="background: #fff!important;">
<?php
if(isset($_GET['error'])) {
   echo '<p style="color:white">Error Logging In!</p>';
}
?>

<div style="margin: 0 auto!important; text-align: center; height: 100%;
background-image: url('http://projectadv.it/wp-content/uploads/2015/09/copertina-web-1blue.jpg'); background-repeat: no-repeat; background-position: center!important;">


   <a href="http://www.projectadv.it"><img src="http://projectadv.it/wp-content/uploads/2016/06/Logo-Project-trasparente250px.png" alt="Project Advertising" /></a>

   <h1 style="padding-top: 10px;">Area riservata per gli editori del network Project Adv</h1>
   <div class="login" style="padding-top: 70px;">
      <form action="process_login.php" method="post" name="login_form">
      <input type="text" name="email" placeholder="Email" required="required"/>
      <input type="password" name="p" placeholder="Password" id="password" />
      <input type="hidden" name="role" value="publisher">
      <button type="submit" class="btn btn-primary btn-block btn-large" onclick="formhash(this.form, this.form.password);">Let me in.</button>
      <div style="margin-top: 30px;">
	 <a href="http://www.projectadv.it" alt="Torna al sito">Torna alla home page del sito >></a>
      </div>
      </form>
   </div>

</div>
</body>
</html>

