From c875508687dcebf4051ef151c6a1d4b60241acff Mon Sep 17 00:00:00 2001 From: "andre.peters" Date: Mon, 11 Dec 2017 09:43:43 +0100 Subject: [PATCH] [Web] Remove logs from docker functions, fix debug syntax --- data/web/debug.php | 4 ++-- data/web/inc/functions.docker.inc.php | 27 --------------------------- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/data/web/debug.php b/data/web/debug.php index 289aa84a..0723ba6a 100644 --- a/data/web/debug.php +++ b/data/web/debug.php @@ -115,7 +115,6 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI']; 'fail2ban-mailcow', 'clamd-mailcow' ); - } foreach ($container_array as $container) { $container_stats = docker($container, 'info'); ?> @@ -321,7 +320,8 @@ echo "var log_pagination_size = '". $LOG_PAGINATION_SIZE . "';\n";