1 Star 0 Fork 1

keller-zhou/ios_sign

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
admin.php 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
klzhou 提交于 2020-07-20 13:32 . first commit
<?php
//decode by http://www.9nw.cc/
include 'source/system/db.class.php';
include 'source/admincp/include/function.php';
$frames = array('login', 'index', 'body', 'config', 'config_pay', 'config_credit', 'config_upload', 'config_extend', 'app', 'key', 'make', 'cert', 'sign', 'secret', 'user', 'backup', 'sql', 'clean', 'update', 'admin', 'paylog', 'buylog', 'signlog', 'talk', 'ajax', 'module', 'develop');
$iframe = !empty($_GET['iframe']) && in_array($_GET['iframe'], $frames) ? $_GET['iframe'] : 'login';
include_once $iframe == 'talk' ? 'source/pack/chat/talk.php' : 'source/admincp/module/' . $iframe . '.php';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/keller.zhou/ios_sign.git
git@gitee.com:keller.zhou/ios_sign.git
keller.zhou
ios_sign
ios_sign
master

搜索帮助