Explorar o código

:bug: resetLink 少了 app/

visuddhinanda %!s(int64=4) %!d(string=hai) anos
pai
achega
108bd45ee9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/db/user.php

+ 2 - 2
app/db/user.php

@@ -170,8 +170,8 @@ class User extends Table
 			$ok = $this->_update(["reset_password_token"=>$resetToken],["reset_password_token"],["email"=>$email]);
 			if($ok){
 				#send email
-				$resetLink="https://www.wikipali.org/ucenter/reset.php?token=".$resetToken;
-				$resetString="https://www.wikipali.org/ucenter/reset.php";
+				$resetLink="https://www.wikipali.org/app/ucenter/reset.php?token=".$resetToken;
+				$resetString="https://www.wikipali.org/app/ucenter/reset.php";
 		
 				// 打开文件并读取数据
 				$irow=0;