diff options
Diffstat (limited to 'template/login.html')
-rw-r--r-- | template/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/login.html b/template/login.html index 766dd7d..ed10d20 100644 --- a/template/login.html +++ b/template/login.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> - <title>Log In | Fripost's Administrator panel</title> + <title>Log In | Fripost Administrator Panel</title> <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" /> </head> <body class="loginform" onload="document.loginform.authen_username.focus();"> @@ -30,7 +30,7 @@ </tr> </table> <div> - <input type="hidden" name="destination" value="<TMPL_VAR NAME=destination>" /> + <input type="hidden" name="redirect" value="<TMPL_VAR NAME=redirect>" /> <input type="submit" name="login" value="Log in" /> </div> </form> |