From eb064a530e5756d2122e28e1dc3092d6bbefac8d Mon Sep 17 00:00:00 2001 From: "andre.peters" Date: Thu, 18 Jan 2018 09:12:53 +0100 Subject: [PATCH] [Web] Remove obsolete variable --- data/web/inc/vars.inc.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php index 5e5923b5..43222201 100644 --- a/data/web/inc/vars.inc.php +++ b/data/web/inc/vars.inc.php @@ -100,7 +100,7 @@ $MAILCOW_APPS = array( ); // Rows until pagination begins -$PAGINATION_SIZE = 10; +$PAGINATION_SIZE = 1; // Default number of rows/lines to display (log table) $LOG_LINES = 100; @@ -116,7 +116,3 @@ $OTP_LABEL = "mailcow UI"; // Default "to" address in relay test tool $RELAY_TO = "null@hosted.mailcow.de"; - -// Quarantaine data age in days to keep -$QUARANTAINE_AGE = 10; -