This commit is contained in:
2024-10-12 19:26:55 +08:00
parent 60aa518ee3
commit fbc2de5ab7

View File

@@ -17,6 +17,7 @@ if (!isset($_GET['sid'])){
}
function is_valid($str2){
return true;
$n=strlen($str2);
$str=str_split($str2);
$m=1;