Skip to content

Commit fc303af

Browse files
committed
Increased server timeout.
1 parent 16cc465 commit fc303af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleantalk.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,4 +1214,4 @@ function cleantalk_get_real_ip()
12141214
function cleantalk_is_JSON($string)
12151215
{
12161216
return ((is_string($string) && (is_object(json_decode($string)) || is_array(json_decode($string))))) ? true : false;
1217-
}
1217+
}

0 commit comments

Comments
 (0)