From e1994f9c3a9afd9bba2427272280c5b8a69ccdde Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 18 Mar 2014 21:45:10 +0800 Subject: [PATCH] GroupCountries.php --- GroupCountries.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GroupCountries.php b/GroupCountries.php index fbdc6912..5ab6cc79 100644 --- a/GroupCountries.php +++ b/GroupCountries.php @@ -23,13 +23,15 @@ class Pman_Core_GroupCountries extends Pman $this->authUser = $au; return true; } + function get() { $this->post(); } + function post() { - + print_r($_REQUEST); } } -- 2.39.2