mirror of
https://github.com/laravel/valet.git
synced 2026-02-08 09:10:10 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
3003ccb18e
commit
cb1cc54927
@@ -52,7 +52,7 @@ public function frontControllerPath(string $sitePath, string $siteName, string $
|
|||||||
if (preg_match('/^\/(?!(kirby|site|content)\/).+\.php$/', $uri)) {
|
if (preg_match('/^\/(?!(kirby|site|content)\/).+\.php$/', $uri)) {
|
||||||
if (
|
if (
|
||||||
$this->isActualFile($sitePath.$uri) ||
|
$this->isActualFile($sitePath.$uri) ||
|
||||||
$isAboveWebroot && $this->isActualFile($sitePath."/public".$uri)
|
$isAboveWebroot && $this->isActualFile($sitePath.'/public'.$uri)
|
||||||
) {
|
) {
|
||||||
$scriptName = $uri;
|
$scriptName = $uri;
|
||||||
$indexPath = $sitePath.$scriptName;
|
$indexPath = $sitePath.$scriptName;
|
||||||
|
|||||||
Reference in New Issue
Block a user