diff --git a/edit_list.php b/edit_list.php index 1ed8688..1d616aa 100644 --- a/edit_list.php +++ b/edit_list.php @@ -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();