forked from services/mlmmj-light-web-ecg
Changed maximum length of list name from 30 to 50 chars
This commit is contained in:
@@ -21,7 +21,7 @@ if ( preg_match("/[^a-z0-9_-]/", $list_name) )
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( strlen($list_name) > 30 )
|
if ( strlen($list_name) > 50 )
|
||||||
{
|
{
|
||||||
header("Location: error.php");
|
header("Location: error.php");
|
||||||
exit();
|
exit();
|
||||||
|
|||||||
Reference in New Issue
Block a user