1 Star 0 Fork 214

jasonps2015 / 点可云ERP-V6.0-开源进销存系统.erp系统.进销存源码.仓库管理

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 305 Bytes
一键复制 编辑 原始数据 按行查看 历史
白狐 提交于 2022-08-04 15:12 . push
<?php
//点可云安装向导
if(is_dir('install')){
if (!file_exists('install/install.lock')) {
header("Location:/install");
exit;
}
}
// 定义应用目录
define('APP_PATH', __DIR__ . '/application/');
// 加载框架引导文件
require __DIR__ . '/thinkphp/start.php';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jasonps2015/nodcloud.git
git@gitee.com:jasonps2015/nodcloud.git
jasonps2015
nodcloud
点可云ERP-V6.0-开源进销存系统.erp系统.进销存源码.仓库管理
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891