aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/login.html
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-19 11:41:12 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-19 11:41:12 +0200
commita1953dff8f39b225b408c3046246e9446a01f305 (patch)
tree70b1989080f5fcf9581dc6aa208664efaeb7b02d /tpl/login.html
parentc00cdfdd3bc8e53750d34c60d13cd2d885c5d4fd (diff)
downloadwallabag-a1953dff8f39b225b408c3046246e9446a01f305.tar.gz
wallabag-a1953dff8f39b225b408c3046246e9446a01f305.tar.zst
wallabag-a1953dff8f39b225b408c3046246e9446a01f305.zip
tout est recentré sur index.php0.1
Diffstat (limited to 'tpl/login.html')
-rw-r--r--tpl/login.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/login.html b/tpl/login.html
index bf0f4fa6..d3139ab3 100644
--- a/tpl/login.html
+++ b/tpl/login.html
@@ -1,3 +1,4 @@
1{include="head"}
1 <form method="post" action="?login" name="loginform"> 2 <form method="post" action="?login" name="loginform">
2 <fieldset> 3 <fieldset>
3 <h2>login to your poche</h2> 4 <h2>login to your poche</h2>
@@ -18,4 +19,5 @@
18 </fieldset> 19 </fieldset>
19 <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>"> 20 <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>">
20 <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>"> 21 <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>">
21 </form> \ No newline at end of file 22 </form>
23{include="footer"} \ No newline at end of file