1 Star 0 Fork 17

无序/phpshe

forked from koyshe/phpshe 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
user.php 748 Bytes
一键复制 编辑 原始数据 按行查看 历史
koyshe@gmail.com 提交于 2017-09-22 15:03 . v1.6
<?php
include('common.php');
$cache_category = cache::get('category');
$cache_category_arr = cache::get('category_arr');
$cache_class = cache::get('class');
$cache_class_arr = cache::get('class_arr');
$cache_userlevel = cache::get('userlevel');
$cache_menu = cache::get('menu');
pe_lead('hook/user.hook.php');
pe_lead('hook/wechat.hook.php');
wechat_run();
if (pe_login('user') && $mod == 'do' && $act != 'logout') {
pe_goto("{$pe['host_root']}user.php");
}
if (!pe_login('user') && $mod != 'do') {
pe_goto("{$pe['host_root']}user.php?mod=do&act=login");
}
if (in_array("{$mod}.php", pe_dirlist("{$pe['path_root']}module/{$module}/*.php"))) {
include("{$pe['path_root']}module/{$module}/{$mod}.php");
}
pe_result();
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/daxiongy/phpshe.git
git@gitee.com:daxiongy/phpshe.git
daxiongy
phpshe
phpshe
master

搜索帮助