13 Star 22 Fork 8

onsale/mywiki

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
routing.php 164 Bytes
一键复制 编辑 原始数据 按行查看 历史
leonly 提交于 2017-03-18 13:02 . first commit
<?php
if (file_exists(__DIR__ . '/' . $_SERVER['REQUEST_URI'])) {
return false; // serve the requested resource as-is.
} else {
require_once 'index.php';
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/onsale/mywiki.git
git@gitee.com:onsale/mywiki.git
onsale
mywiki
mywiki
master

搜索帮助