From 8be6b60c9865e2f261ed54c90b959079c7a134e4 Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 28 Nov 2022 12:01:18 +0800 Subject: [PATCH 1/1] remove debug --- Pman/Login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); } -- 2.39.2