VerifyAccess.php
[Pman.Core] / VerifyAccess.php
index 69d4909..c5a3029 100644 (file)
@@ -14,9 +14,9 @@ class Pman_Core_VerifyAccess extends Pman
     
     function get($id)
     {
+        
         @list($id, $key) = explode('/', $id);
         
-        print_R($id);exit;
         
         
     }