1 Star 0 Fork 0

ica / bbs_0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
admin.php 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
Moe-boshi 提交于 2018-06-27 17:04 . 180627
<?php
require 'core/header.php';
if (isset($_GET['forumid'])) {
$forums = sql_forumid_forums($_GET['forumid']);
$auth_edit = $forums['auth_edit'];
}
if (isset($_SESSION['rank']) && $_SESSION['rank'] == 10) {
goto A;
} elseif (isset($auth_edit) && $auth_edit != $_SESSION['rank']) {
header("Location:forum.php");
} elseif (!isset($_SESSION['rank']) || !isset($auth_edit)) {
header("Location:forum.php");
}
A:
adminArea();
adminUser();
adminKey();
require 'core/footer.php';
?>
PHP
1
https://gitee.com/ica520/bbs_0.git
git@gitee.com:ica520/bbs_0.git
ica520
bbs_0
bbs_0
master

搜索帮助