mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-21 02:20:54 +08:00
Merge pull request #270 from ex-hentai/patch-1
fix router script entrance
This commit is contained in:
+1
-1
@@ -18,4 +18,4 @@ if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
require_once __DIR__.'/public/index.php';
|
||||
require_once __DIR__.'/public/nexus.php';
|
||||
|
||||
Reference in New Issue
Block a user