1 Star 0 Fork 1

小米 / qin-niao-could

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
六月烟云网络工作室 提交于 2022-11-03 05:56 . 第一次提交
<?php
/* Enabling debug mode is only for debugging / development purposes. */
const DEBUG = 0;
/* Enabling mysql debug mode is only for debugging / development purposes. */
const MYSQL_DEBUG = 0;
/* Enabling the cache will use file caching where implemented for better performance */
const CACHE = 1;
/* Only meant for Demo purposes, don't change :) */
//ALTUMCODE:DEMO const DEMO = 1;
require_once realpath(__DIR__) . '/app/init.php';
$App = new Altum\App();
PHP
1
https://gitee.com/mitm/qin-niao-could.git
git@gitee.com:mitm/qin-niao-could.git
mitm
qin-niao-could
qin-niao-could
master

搜索帮助