GroupCountries.php
authorChris <chris@roojs.com>
Tue, 18 Mar 2014 13:45:10 +0000 (21:45 +0800)
committerChris <chris@roojs.com>
Tue, 18 Mar 2014 13:45:10 +0000 (21:45 +0800)
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);
     }
     
 }