Skip to content

Commit bb670cc

Browse files
authored
Merge pull request #1925 from truelineinfotech/develop
removed $_SERVER['CI_ENVIRONMENT']
2 parents c51dea3 + 216777b commit bb670cc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

system/Commands/Server/rewrite.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
{
1515
return;
1616
}
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-
2217
$uri = urldecode(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
2318

2419
// Front Controller path - expected to be in the default folder

0 commit comments

Comments
 (0)