From 35b028a12fb2769be6351e3f3b292078d8aaf2d1 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 14 Feb 2018 17:51:51 +0800 Subject: [PATCH] VerifyAccess.php --- VerifyAccess.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } -- 2.39.2