From: Alan Date: Mon, 28 Nov 2022 04:01:18 +0000 (+0800) Subject: remove debug X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=8be6b60c9865e2f261ed54c90b959079c7a134e4 remove debug --- diff --git a/Pman/Login.php b/Pman/Login.php index 6a20063..660a39d 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -475,8 +475,8 @@ class Pman_Login extends Pman function verifyResetPassword($id,$t, $key) { - $au = $this->getAuthUser(); - print_R($au); + $au = $this->getAuthUser(); + //print_R($au); if ($au) { $this->jerr( "Already Logged in - no need to use Password Reset"); }