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