fixed file header

This commit is contained in:
printempw 2016-03-20 11:33:22 +08:00
parent 5f9b80e55a
commit c5ab42d9d5
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<? <?php
/** /**
* @Author: printempw * @Author: printempw
* @Date: 2016-03-19 21:00:58 * @Date: 2016-03-19 21:00:58
* @Last Modified by: printempw * @Last Modified by: printempw
* @Last Modified time: 2016-03-19 23:12:19 * @Last Modified time: 2016-03-20 11:32:43
*/ */
require "../includes/session.inc.php"; require "../includes/session.inc.php";
if (!$user->is_admin) header('Location: ../index.php?msg=看起来你并不是管理员'); if (!$user->is_admin) header('Location: ../index.php?msg=看起来你并不是管理员');

View File

@ -1,9 +1,9 @@
<? <?php
/** /**
* @Author: printempw * @Author: printempw
* @Date: 2016-03-19 14:34:21 * @Date: 2016-03-19 14:34:21
* @Last Modified by: printempw * @Last Modified by: printempw
* @Last Modified time: 2016-03-19 20:33:07 * @Last Modified time: 2016-03-20 11:32:49
*/ */
require "../includes/session.inc.php"; require "../includes/session.inc.php";
if (!$user->is_admin) header('Location: ../index.php?msg=看起来你并不是管理员'); if (!$user->is_admin) header('Location: ../index.php?msg=看起来你并不是管理员');