Pman.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:27:51 +0000 (10:27 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:27:51 +0000 (10:27 +0800)
Pman.php

index 23657a5..6e3c196 100644 (file)
--- 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) {