tout est recentré sur index.php

This commit is contained in:
nicosomb
2013-04-19 11:41:12 +02:00
parent c00cdfdd3b
commit a1953dff8f
11 changed files with 123 additions and 134 deletions

View File

@ -1,3 +1,4 @@
{include="head"}
<form method="post" action="?login" name="loginform">
<fieldset>
<h2>login to your poche</h2>
@ -18,4 +19,5 @@
</fieldset>
<input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>">
<input type="hidden" name="token" value="<?php echo Session::getToken(); ?>">
</form>
</form>
{include="footer"}