3 Star 3 Fork 5

智云信通/企业微信对接微门禁 扫码开门源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
admin.php 346 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
session_start();
header("Content-type: text/html; charset=utf-8");
$ac = $_GET['ac'] ? $_GET['ac'] : 'setting';
if (!$_SESSION['id']) {
$ac = 'login';
}
require './class/function.php';
require './class/db.class.php';
require './lib/Smarty.class.php';
$smarty = new Smarty;
require_once './app/admin/'.$ac.'.php';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jikeshifu/wmj_qywx_user_key_log.git
git@gitee.com:jikeshifu/wmj_qywx_user_key_log.git
jikeshifu
wmj_qywx_user_key_log
企业微信对接微门禁 扫码开门源码
master

搜索帮助