mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
This commit is contained in:
committed by
Taylor Otwell
parent
3704eb659c
commit
9c8f5de52a
@@ -175,6 +175,7 @@ public function frontControllerPath($sitePath, $siteName, $uri)
|
||||
$_SERVER['SCRIPT_FILENAME'] = $indexPath;
|
||||
$_SERVER['SERVER_NAME'] = $_SERVER['HTTP_HOST'];
|
||||
$_SERVER['SCRIPT_NAME'] = $scriptName;
|
||||
$_SERVER['PHP_SELF'] = $scriptName;
|
||||
|
||||
return $indexPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user