diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-01 20:12:34 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-01 21:03:20 +0200 |
commit | ec2ed6c255ca97f39d4a58071f8558744bd9958d (patch) | |
tree | f8e248356f6b8ec8600cf485716aedcf9dba992f /template | |
parent | 79344b1efee7e914b8d23bd0dfd92664cf698c11 (diff) |
cgi-bin
Diffstat (limited to 'template')
-rw-r--r-- | template/domain-list.html | 2 | ||||
-rw-r--r-- | template/login.html | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/template/domain-list.html b/template/domain-list.html index 52d819e..fcc7b23 100644 --- a/template/domain-list.html +++ b/template/domain-list.html @@ -13,7 +13,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=URL>/<TMPL_VAR NAME=USER_DOMAINPART>/<TMPL_VAR NAME=USER_LOCALPART>/?a=edit" ><TMPL_VAR NAME=USER_LOCALPART>@<TMPL_VAR NAME=USER_DOMAINPART></a> - | <a href="<TMPL_VAR NAME=URL>?a=logout">Log out</a> + | <a href="<TMPL_VAR NAME=URL>/?a=logout">Log out</a> </div> <br/> </div> diff --git a/template/login.html b/template/login.html index e0f648b..6ed2a7e 100644 --- a/template/login.html +++ b/template/login.html @@ -16,8 +16,7 @@ <h2>Administrator Panel</h2> <br/> <br/> - <form class="loginform" name="loginform" - method="post" action="./" > + <form class="loginform" name="loginform" method="post" > <table class="loginform"> <tr> <td class="label">Username</td> |