7 Star 18 Fork 12

91410307MA4503JR9H/云业cms(yunyecms)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 313 Bytes
一键复制 编辑 原始数据 按行查看 历史
云业汇 提交于 2023-01-07 06:16 . yunyecms_v2.2.1
<?php
ini_set("display_errors", "Off");
error_reporting(0);
//error_reporting(E_ALL ^ E_WARNING ^ E_NOTICE);
if (!file_exists('./core/config/config.php') || !file_exists('./data/install.lock')) header("location: ./install");
require './core/config/const.php';
require YUNYECMS_CORE . 'init.php';
core::InitApp();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yunyecms/yunyecms.git
git@gitee.com:yunyecms/yunyecms.git
yunyecms
yunyecms
云业cms(yunyecms)
master

搜索帮助