From 1263c8c639d299623e94a3b9bfd7ebab87b6f681 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Dec 2010 16:19:50 +0800 Subject: [PATCH] Pman.php --- Pman.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pman.php b/Pman.php index 4e69580..7655ed6 100644 --- a/Pman.php +++ b/Pman.php @@ -495,8 +495,7 @@ class Pman extends HTML_FlexyFramework_Page } $mods = array_unique($mods); - print_r($mods);exit; - + $disabled = explode(',', $this->appDisable ? $this->appDisable: ''); foreach($mods as $mod) { -- 2.39.2