4 Star 14 Fork 7

Devret / AuthorizationSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
session.inc.php 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
Devret 提交于 2020-03-22 13:34 . no commit message
<?php
header('Content-Type: text/html; charset=UTF-8');
define('CACHE_FILE', 0);
define('IN_CRONLITE', true);
define('ROOT_PATH', dirname(__FILE__) . '/');
define('PUBLIC_ROOT', '/public/');
date_default_timezone_set('PRC');
define('NOW_DATE', date('Y-m-d H:i:s'));
include(ROOT_PATH . PUBLIC_ROOT . "dao/db.class.php");
include(ROOT_PATH . PUBLIC_ROOT . "model/OperateResult.php");
include(ROOT_PATH . PUBLIC_ROOT . "utils/Utils.php");
include(ROOT_PATH . PUBLIC_ROOT . "config/logincheck.php");
?>
PHP
1
https://gitee.com/devret/AuthorizationSystem.git
git@gitee.com:devret/AuthorizationSystem.git
devret
AuthorizationSystem
AuthorizationSystem
master

搜索帮助