diff --git a/save_list.php b/save_list.php index 811807c..8773fc9 100644 --- a/save_list.php +++ b/save_list.php @@ -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();