From ae7e6cfc1d904f78288a79b5e389099a98b940db Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sun, 15 Mar 2020 08:36:23 +0100 Subject: [PATCH] minor fixes Signed-off-by: Janos SUTO --- config.php.in | 5 +++++ tests/setup.inc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config.php.in b/config.php.in index 9d936be1..385e7030 100644 --- a/config.php.in +++ b/config.php.in @@ -287,6 +287,11 @@ $config['JS_CODE'] = ' '; +$config['CSS_CODE'] = ' + + +'; + $SUPPRESS_RECIPIENTS = array(); diff --git a/tests/setup.inc b/tests/setup.inc index 88504813..94219308 100644 --- a/tests/setup.inc +++ b/tests/setup.inc @@ -21,7 +21,7 @@ launch_containers() { create_rules() { local container="$1" - echo 'echo "insert into domain (domain, mapped) values(\"fictive.com\",\"fictive.com\")"| mysql --defaults-file=/etc/piler/.my.cnf piler' | docker exec -i "$container" sh + echo 'echo "insert into domain (domain, mapped) values(\"fictive.com\",\"fictive.com\"),(\"acts.hu\",\"acts.hu\")"| mysql --defaults-file=/etc/piler/.my.cnf piler' | docker exec -i "$container" sh echo 'echo "insert into archiving_rule (subject) values (\"Android táblagép\")"| mysql --defaults-file=/etc/piler/.my.cnf piler'|docker exec -i "$container" sh echo 'echo "insert into archiving_rule (\`from\`) values (\"@gmail.com\")"| mysql --defaults-file=/etc/piler/.my.cnf piler'|docker exec -i "$container" sh