Skip to content

Commit

Permalink
Merge pull request #1925 from truelineinfotech/develop
Browse files Browse the repository at this point in the history
removed $_SERVER['CI_ENVIRONMENT']
  • Loading branch information
lonnieezell authored Apr 11, 2019
2 parents c51dea3 + 216777b commit bb670cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions system/Commands/Server/rewrite.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
{
return;
}

// If we're serving the site locally, then we need
// to let the application know that we're in development mode
$_SERVER['CI_ENVIRONMENT'] = 'development';

$uri = urldecode(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));

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

0 comments on commit bb670cc

Please sign in to comment.