forked from services/mlmmj-light-web-ecg
Fixed missing change of maximum length of list name for the save list procedure
This commit is contained in:
@@ -40,7 +40,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