From bbb3f35767c23542ab821238acec4f0e2944681a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=BC=C3=9Fenguth?= Date: Thu, 28 Oct 2021 12:33:53 +0200 Subject: [PATCH] Fixed bug #5 --- save_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/save_list.php b/save_list.php index 5bd1c08..608b87d 100644 --- a/save_list.php +++ b/save_list.php @@ -89,7 +89,7 @@ if ($new_subscribers != NULL) header("Location: error.php"); exit(); } - shell_exec("/usr/bin/mlmmj-sub -L $lists_path/$domain/$list_name -a $new_subscriber -fq"); + shell_exec("/usr/bin/mlmmj-sub -L $lists_path/$domain/$list_name -a $new_subscriber -fsq"); } }