34 Star 77 Fork 22

mycncart / mycncart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangzhaofeng 提交于 2019-03-04 15:33 . 3.0.0.0版本开发测试中
<?php
// Version
define('VERSION', '3.1.0.0_b');
// Configuration
if (is_file('config.php')) {
require_once('config.php');
}
// Install
if (!defined('DIR_APPLICATION')) {
header('Location: install/index.php');
exit;
}
// Startup
require_once(DIR_SYSTEM . 'startup.php');
start('catalog');
PHP
1
https://gitee.com/mycncart/mycncart.git
git@gitee.com:mycncart/mycncart.git
mycncart
mycncart
mycncart
master

搜索帮助