We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ea464c + 748036b commit 6930c25Copy full SHA for 6930c25
LICENSE.txt
@@ -1,6 +1,6 @@
1
2
ThinkPHP遵循Apache2开源协议发布,并提供免费使用。
3
-版权所有Copyright © 2006-2016 by ThinkPHP (http://thinkphp.cn)
+版权所有Copyright © 2006-2017 by ThinkPHP (http://thinkphp.cn)
4
All rights reserved。
5
ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。
6
public/router.php
@@ -10,7 +10,7 @@
10
// +----------------------------------------------------------------------
11
// $Id$
12
13
-if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["REQUEST_URI"])) {
+if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["SCRIPT_NAME"])) {
14
return false;
15
} else {
16
if (!isset($_SERVER['PATH_INFO'])) {
0 commit comments