Skip to content

Commit

Permalink
Increased server timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
shagimuratov committed Oct 25, 2015
1 parent 16cc465 commit fc303af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleantalk.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1214,4 +1214,4 @@ function cleantalk_get_real_ip()
function cleantalk_is_JSON($string)
{
return ((is_string($string) && (is_object(json_decode($string)) || is_array(json_decode($string))))) ? true : false;
}
}

0 comments on commit fc303af

Please sign in to comment.