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";
|
echo "This message is too long";
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
if($nlength > 12) {
|
if($nlength > 25 ) {
|
||||||
header('Refresh:2; url=' . $newURL );
|
header('Refresh:2; url=' . $newURL );
|
||||||
echo "The name is too long";
|
echo "The name is too long";
|
||||||
exit();
|
exit();
|
||||||
|
|
Loading…
Reference in New Issue