diff --git a/application/helpers/rate_limit_helper.php b/application/helpers/rate_limit_helper.php index 0820a4ec..3d932aab 100644 --- a/application/helpers/rate_limit_helper.php +++ b/application/helpers/rate_limit_helper.php @@ -32,7 +32,7 @@ if ( ! function_exists('rate_limit')) $rate_limiting = $CI->config->item('rate_limiting'); - if ( ! $rate_limiting) + if ( ! $rate_limiting || is_cli()) { return; }