fixed file header
This commit is contained in:
parent
5f9b80e55a
commit
c5ab42d9d5
@ -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=看起来你并不是管理员');
|
||||||
|
@ -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=看起来你并不是管理员');
|
||||||
|
Loading…
Reference in New Issue
Block a user