2 Star 6 Fork 5

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 305 Bytes
一键复制 编辑 原始数据 按行查看 历史
点可云 提交于 2023-10-11 16:19 . Signed-off-by: 点可云
<?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';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/nniuqun/erp-v6.git
git@gitee.com:nniuqun/erp-v6.git
nniuqun
erp-v6
点可云ERP-V6.0-开源进销存系统.erp进销存源码仓库管理
master

搜索帮助