From a6d72397c5011a608dee3b52a66d2f1d25763031 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 18 Mar 2014 21:48:13 +0800 Subject: [PATCH] GroupCountries.php --- GroupCountries.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GroupCountries.php b/GroupCountries.php index 5ab6cc79..48cf79a6 100644 --- a/GroupCountries.php +++ b/GroupCountries.php @@ -31,6 +31,10 @@ class Pman_Core_GroupCountries extends Pman function post() { + if (!$this->hasPerm( 'Core.Groups','E')) { // editing groups.. + $this->jerr("PERMISSION DENIED"); + } + print_r($_REQUEST); } -- 2.39.2