Skip to content

Commit

Permalink
Remove cli check. Closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jan 2, 2014
1 parent 3677f1e commit cd6416b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Lib/Environment.php
Expand Up @@ -104,10 +104,6 @@ protected function _envMatch($environment) {
}

protected function _match($environment, $params) {
if (php_sapi_name() == 'cli') {
return false;
}

if (is_bool ($params)) {
return $params;
}
Expand Down

0 comments on commit cd6416b

Please sign in to comment.