From 711a744304d161873fdd718d9326538716250b0a Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 6 Mar 2016 14:45:19 +0800 Subject: [PATCH] don't forget to add links ;) --- admin/index.php | 3 ++- admin/manage.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/index.php b/admin/index.php index 72b6e05a..b516b0b5 100644 --- a/admin/index.php +++ b/admin/index.php @@ -3,7 +3,7 @@ * @Author: prpr * @Date: 2016-02-03 14:39:50 * @Last Modified by: printempw - * @Last Modified time: 2016-03-06 14:40:17 + * @Last Modified time: 2016-03-06 14:43:49 */ require "../includes/session.inc.php"; if (!$user->is_admin) header('Location: ../index.php?msg=看起来你并不是管理员'); @@ -29,6 +29,7 @@ if (!$user->is_admin) header('Location: ../index.php?msg=看起来你并不是