From 843793a8a8f602c130a91457668e577c16fd9bdd Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 12 Dec 2017 14:31:15 +0800 Subject: [PATCH] GroupRights.php --- GroupRights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GroupRights.php b/GroupRights.php index 3ee3446..6baf3ea 100644 --- a/GroupRights.php +++ b/GroupRights.php @@ -57,7 +57,7 @@ class Pman_Admin_GroupRights extends Pman $e = -1; $ar = array(); - echo "
"; print_r($p->defaultPermData() );exit;
+        // echo "
"; print_r($p->defaultPermData() );
         foreach($p->defaultPermData() as $k => $defdata) {
             
             if (empty($defdata[0])) { // no admin data available..
-- 
2.39.2