From d10bc07ea62f6632c9d398f4f7aae0782bc8a3b1 Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Wed, 9 Dec 2020 14:19:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pmcalendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmcalendar.php b/pmcalendar.php index d507dd7..a2d036c 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -2,7 +2,7 @@ $user = SESS::get('EVENTUserInfo'); // if(isn($user))exit(); $user = json_decode($user, true); -$user['name'] = "罗松柏"; +// $user['name'] = "罗松柏"; $canEdit = in_array($user['name'], $ROLES); $isgxvrole = in_array($user['name'], $GXVROLES); //更新信息查看区浏览权限 $isgxyyerole = in_array($user['name'], $GXYYEROLES);//更新运营中心编辑权限