From: edward Date: Wed, 14 Feb 2018 09:52:54 +0000 (+0800) Subject: VerifyAccess.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cf4019e655ff45d0b469b0dc3df6281b5d0ca443 VerifyAccess.php --- diff --git a/VerifyAccess.php b/VerifyAccess.php index 69d4909b..c5a3029e 100644 --- a/VerifyAccess.php +++ b/VerifyAccess.php @@ -14,9 +14,9 @@ class Pman_Core_VerifyAccess extends Pman function get($id) { + @list($id, $key) = explode('/', $id); - print_R($id);exit; }