From 62f88a20093ecfa98b5cdca03872f84fc7f49ae2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 13 Mar 2011 22:31:55 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 9608771..9954ebf 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -109,7 +109,7 @@ class Pman_Login extends Pman // basically calls Pman_MODULE_Login::sendAuthUserDetails($aur) on all the modules - echo '
'; print_r($this->modules());
+        //echo '
'; print_r($this->modules());
         foreach($this->modules() as $m) {
             if (!file_exists($this->rootDir.'/Pman/'.$m.'/Login.php')) {
                 continue;
-- 
2.39.2