45 Star 177 Fork 68

老张 / LzCMS-博客版

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
router.php 736 Bytes
Copy Edit Web IDE Raw Blame History
老张 authored 2017-08-04 14:23 . LzCMS(老张博客系统)
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006~2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// $Id$
if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["REQUEST_URI"])) {
return false;
} else {
require __DIR__ . "/index.php";
}
PHP
1
https://gitee.com/phplaozhang/LzCMS-LaoZhangBoKeXiTong.git
git@gitee.com:phplaozhang/LzCMS-LaoZhangBoKeXiTong.git
phplaozhang
LzCMS-LaoZhangBoKeXiTong
LzCMS-博客版
master

Search

10d9f8b4 4838521 8bde8327 4838521