[Web] Remove obsolete variable
parent
d338073e64
commit
eb064a530e
|
@ -100,7 +100,7 @@ $MAILCOW_APPS = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
// Rows until pagination begins
|
// Rows until pagination begins
|
||||||
$PAGINATION_SIZE = 10;
|
$PAGINATION_SIZE = 1;
|
||||||
|
|
||||||
// Default number of rows/lines to display (log table)
|
// Default number of rows/lines to display (log table)
|
||||||
$LOG_LINES = 100;
|
$LOG_LINES = 100;
|
||||||
|
@ -116,7 +116,3 @@ $OTP_LABEL = "mailcow UI";
|
||||||
|
|
||||||
// Default "to" address in relay test tool
|
// Default "to" address in relay test tool
|
||||||
$RELAY_TO = "null@hosted.mailcow.de";
|
$RELAY_TO = "null@hosted.mailcow.de";
|
||||||
|
|
||||||
// Quarantaine data age in days to keep
|
|
||||||
$QUARANTAINE_AGE = 10;
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue