home » zplus/freepost.git
Author zPlus <-> 2016-03-18 06:42:16
Committer zPlus <-> 2016-03-18 06:42:16
Commit 2f81ebe (patch)
Tree 7c8c497
Parent(s)

login_reset: change redirection


commits diff: dbef09c..2f81ebe
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rw-r--r-- login_reset.php 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   login_reset.php
index 9c7b62b..549316b
old size: 3K - new size: 3K
@@ -87,7 +87,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST')
87 87 // Is the token valid?
88 88 $user = $db->password_reset_validate ($token, $new_password);
89 89
90 - header ('Location: ./');
90 + header ('Location: ./login');
91 91 exit ();
92 92 }
93 93 }