GroupCountries.php
[Pman.Core] / GroupCountries.php
index fbdc691..5ab6cc7 100644 (file)
@@ -23,13 +23,15 @@ class Pman_Core_GroupCountries extends Pman
         $this->authUser = $au;
         return true;
     }
+    
     function get()
     {
         $this->post();
     }
+    
     function post()
     {
-        
+        print_r($_REQUEST);
     }
     
 }