Explorar o código

[Web] Remove obsolete variable

andre.peters %!s(int64=7) %!d(string=hai) anos
pai
achega
eb064a530e
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      data/web/inc/vars.inc.php

+ 1 - 5
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 = "[email protected]";
-
-// Quarantaine data age in days to keep
-$QUARANTAINE_AGE = 10;
-