Commit e3e0b6f5 by Otniel Turnip

jjmianeotestdas

parent c99683cb
......@@ -12,6 +12,7 @@ $uri = urldecode(
);
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// pelacur
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment