From 9860b62d4e746cd491776ba4fb2a3b733d6d7c57 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sun, 12 Jul 2020 21:42:36 +0200 Subject: [PATCH] [Web] Fix: show success message after quarantine action [Git] Add ignore --- .gitignore | 1 + data/web/qhandler.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4268e937..1feb1072 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ data/conf/postfix/allow_mailcow_local.regexp data/conf/dovecot/sql data/conf/dovecot/lua data/conf/dovecot/global_sieve_* +data/conf/dovecot/sogo_trusted_ip.conf data/conf/nextcloud-*.bak data/web/inc/vars.local.inc.php data/web/css/build/0081-custom-mailcow.css diff --git a/data/web/qhandler.php b/data/web/qhandler.php index 91fcd4af..23e66410 100644 --- a/data/web/qhandler.php +++ b/data/web/qhandler.php @@ -1,7 +1,7 @@