From 1542068142e897c10ee92f2f48c178dd6ee941a5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 10:27:51 +0800 Subject: [PATCH] Pman.php --- Pman.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pman.php b/Pman.php index 23657a5..6e3c196 100644 --- a/Pman.php +++ b/Pman.php @@ -173,12 +173,13 @@ class Pman extends HTML_FlexyFramework_Page // should really be moved to Login... - + /* if ($bits[0] == 'PasswordReset') { $this->linkFail = $this->resetPassword(@$bits[1],@$bits[2],@$bits[3]); header('Content-type: text/html; charset=utf-8'); return; - } + } + */ $au = $this->getAuthUser(); if ($au) { -- 2.39.2