]> andersk Git - sql-web.git/blobdiff - login.php
less aggressive disclaimer
[sql-web.git] / login.php
index de6416eb033b41e5ebd3e844e8d5052342452c5b..98a59a5d995b73383c1903444782243b37fb10c6 100644 (file)
--- a/login.php
+++ b/login.php
@@ -18,7 +18,7 @@ if (isPost() && empty($err)) {
        }
        
        if ($Login->exists() && !$Login->isEnabled()) {
-               $err[] = 'Account not active. <a href="signup">Did you signup yet?</a>.';
+               $err[] = 'Account not active. <a href="do/signup">Did you signup yet?</a>.';
        } elseif (!$Login->exists()) {
                $err[] = 'Nonexistant account or invalid password.';
        } elseif (!$Login->canLogin()) {
@@ -36,4 +36,4 @@ isLoggedIn() && redirect('main');
 
 include 'tpl/login.php';
 
-?>
\ No newline at end of file
+?>
This page took 0.048684 seconds and 4 git commands to generate.