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