summaryrefslogtreecommitdiff
path: root/www/login.php
diff options
context:
space:
mode:
authormoehm2014-03-26 13:06:09 +0100
committermoehm2014-03-26 13:06:09 +0100
commitcb74ce9e9702677225102fc06b5adda8ce692cdc (patch)
tree2597430952958147f12f36d8ea8fd367b1b8715e /www/login.php
parentcaa6a7afee2da0d62cd31ef76506d0f37e259f4d (diff)
downloadfiles.iamfabulous.de-cb74ce9e9702677225102fc06b5adda8ce692cdc.tar.gz
More improvements. Fix in the index, also added password_recover and changed the requirements for the upload interface.
Diffstat (limited to 'www/login.php')
-rwxr-xr-xwww/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/login.php b/www/login.php
index d520a18..68cfadb 100755
--- a/www/login.php
+++ b/www/login.php
@@ -49,7 +49,7 @@ function print_login($case){
<input type="text" placeholder="username" name="username" id="username-input" class="login-input" value="'. $username .'" required>
<input type="password" placeholder="password" name="password" id="password-input" class="login-input" required>
<input type="submit" name="login" id="button-input" class="login-input" value="login">
- <a href="recover-password.php" id="recover-password-link">recover password</a>
+ <a href="/password_recover" id="recover-password-link">recover password</a>
</form>
</div>';