From: edward Date: Wed, 14 Feb 2018 09:51:51 +0000 (+0800) Subject: VerifyAccess.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=35b028a12fb2769be6351e3f3b292078d8aaf2d1 VerifyAccess.php --- diff --git a/VerifyAccess.php b/VerifyAccess.php index 1ea9bb57..69d4909b 100644 --- a/VerifyAccess.php +++ b/VerifyAccess.php @@ -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; }