VerifyAccess.php
[Pman.Core] / VerifyAccess.php
index c57931e..46c2a9f 100644 (file)
@@ -14,6 +14,8 @@ class Pman_Core_VerifyAccess extends Pman
     
     function get($id)
     {
+        @list($vid, $key) = explode('/', $id);
+        
         
         
     }