Final commit for v1.2, forgot to save edit_list, resolved issues #4 and #6

This commit is contained in:
2022-02-01 13:40:47 +01:00
parent d7621582da
commit 82ff17132d
2 changed files with 6 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ if ( strlen($list_name) > 30 )
}
// Test list existence
if( !is_dir("$lists_path/$domain/$list_name") || $list_name == "" ) )
if( !is_dir("$lists_path/$domain/$list_name") || $list_name == "" )
{
header("Location: error.php");
exit();