From 87320f49ac09708de2c8903aaba30ef88b9d373a Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 12 Dec 2017 14:20:16 +0800 Subject: [PATCH] GroupRights.php --- GroupRights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GroupRights.php b/GroupRights.php index 6baf3ea..2b9db01 100644 --- a/GroupRights.php +++ b/GroupRights.php @@ -37,7 +37,7 @@ class Pman_Admin_GroupRights extends Pman if (!$this->hasPerm( 'Core.Groups','S')) { // listing groups.. $this->jerr("PERMISSION DENIED"); } - + print_R('run??');exit; $g = DB_DataObject::Factory('core_group'); if (!$g->get($_GET['group_id'])) { $this->jerr("group is invalid"); -- 2.39.2