1 Star 0 Fork 340

zzzzhao / iWshop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
ycchen 提交于 2014-12-22 08:39 . 代理商二维码
<?php
/*
* Copyright (C) 2014 koodo@qq.com.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301 USA
*/
if (!is_file(dirname(__FILE__) . './install/install.lock')) {
header("Location:/install");
}
header("Content-type:text/html;charset=utf-8");
// Config
require_once '/config/config.php';
// ClassLoader
require_once '/lib/ClassLoader.php';
// Autoload
function __autoload($className) {
ClassLoader::load($className);
}
// App
require_once '/system/App.php';
$App = App::getInstance();
$App->init();
//URL /?/Controller/Action/@queryString
$App->parseRequest();
1
https://gitee.com/zhaorui223/iWshop.git
git@gitee.com:zhaorui223/iWshop.git
zhaorui223
iWshop
iWshop
bbm

搜索帮助