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