From 0fa9c6018ce2a5914633ea4bed468dc02f6e6ce3 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 1 Jun 2017 12:45:54 +0800 Subject: [PATCH] GroupRights.php --- GroupRights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GroupRights.php b/GroupRights.php index b6cb0ff..68ed97a 100644 --- a/GroupRights.php +++ b/GroupRights.php @@ -54,7 +54,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