VerifyAccess.php
authoredward <edward@roojs.com>
Wed, 14 Feb 2018 09:51:51 +0000 (17:51 +0800)
committeredward <edward@roojs.com>
Wed, 14 Feb 2018 09:51:51 +0000 (17:51 +0800)
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;
         
     }