1
0
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:
driesvints
2023-09-21 19:31:00 +00:00
committed by github-actions[bot]
parent 55078675f4
commit 03bb9cc131
3 changed files with 6 additions and 6 deletions

View File

@@ -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';