From b40d305842a1f8544469bf636ef912e551e799fb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Dec 2010 16:19:43 +0800 Subject: [PATCH] Pman.php --- Pman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index 6415a8e..4e69580 100644 --- a/Pman.php +++ b/Pman.php @@ -495,7 +495,7 @@ class Pman extends HTML_FlexyFramework_Page } $mods = array_unique($mods); - + print_r($mods);exit; $disabled = explode(',', $this->appDisable ? $this->appDisable: ''); -- 2.39.2