We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c51dea3 + 216777b commit bb670ccCopy full SHA for bb670cc
system/Commands/Server/rewrite.php
@@ -14,11 +14,6 @@
14
{
15
return;
16
}
17
-
18
-// If we're serving the site locally, then we need
19
-// to let the application know that we're in development mode
20
-$_SERVER['CI_ENVIRONMENT'] = 'development';
21
22
$uri = urldecode(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
23
24
// Front Controller path - expected to be in the default folder
0 commit comments