Skip to content

Commit 7cbe38c

Browse files
committed
Merge pull request laravel#3302 from EliuFlorez/patch-13
Update server.php
2 parents 393569b + 3bd0584 commit 7cbe38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
1414
// built-in PHP web server. This provides a convenient way to test a Laravel
1515
// application without having installed a "real" web server software here.
16-
if ($uri !== '/' and file_exists(__DIR__.'/public'.$uri))
16+
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri))
1717
{
1818
return false;
1919
}

0 commit comments

Comments
 (0)