Make name Limit Longer

This commit is contained in:
Evan G. 2024-04-27 09:11:53 -05:00
parent 0a767310ed
commit ae2e3474ec
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ if($mlength > 200) {
echo "This message is too long";
exit();
}
if($nlength > 12) {
if($nlength > 25 ) {
header('Refresh:2; url=' . $newURL );
echo "The name is too long";
exit();