* fix loading index.php from www.

This commit is contained in:
Wenrui LI
2022-01-11 09:11:50 +08:00
parent 9d32adf193
commit 0962bd39a0
+1
View File
@@ -1477,6 +1477,7 @@ class baseRouter
/* 4. 最后尝试寻找公共扩展文件。Finally, try to find the common extension file. */
$this->extActionFile = $moduleExtPaths['common'] . $this->methodName . '.php';
if(empty($moduleExtPaths['common'])) return false;
return file_exists($this->extActionFile);
}