mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
55078675f4
commit
03bb9cc131
@@ -35,7 +35,7 @@ public function frontControllerPath(string $sitePath, string $siteName, string $
|
||||
return $sitePath.'/web/install.php';
|
||||
}
|
||||
|
||||
if (0 === strncmp($uri, '/app_dev.php', 12)) {
|
||||
if (strncmp($uri, '/app_dev.php', 12) === 0) {
|
||||
$_SERVER['SCRIPT_NAME'] = '/app_dev.php';
|
||||
$_SERVER['SCRIPT_FILENAME'] = $sitePath.'/app_dev.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user