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();
|
||||
}
|
||||
|
||||
if ( strlen($list_name) > 30 )
|
||||
if ( strlen($list_name) > 50 )
|
||||
{
|
||||
header("Location: error.php");
|
||||
exit();
|
||||
|
||||
Reference in New Issue
Block a user