mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-18 16:18:04 +00:00
Text message can be sent
This commit is contained in:
@ -93,7 +93,7 @@ function check_string_before_insert($string){
|
||||
$string = str_replace(array("<", ">"), "", $string);
|
||||
|
||||
//Check string size
|
||||
if(strlen($string)<5)
|
||||
if(strlen($string)<3)
|
||||
return false;
|
||||
|
||||
//Check if the string has at least three different characters
|
||||
|
Reference in New Issue
Block a user