Make name Limit Longer
This commit is contained in:
parent
0a767310ed
commit
ae2e3474ec
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue