1 Star 0 Fork 210

kl-lg / 点可云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';
PHP
1
https://gitee.com/kl-lg/nodcloud.git
git@gitee.com:kl-lg/nodcloud.git
kl-lg
nodcloud
点可云ERP-V6.0-开源进销存系统.erp系统.进销存源码.仓库管理
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891