From cf4019e655ff45d0b469b0dc3df6281b5d0ca443 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 14 Feb 2018 17:52:54 +0800 Subject: [PATCH] VerifyAccess.php --- VerifyAccess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2