commit | 1ba5381a59770700b02f1f1023d2b2dca73c5e8d | [log] [tgz] |
---|---|---|
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Tue Dec 27 17:32:58 2022 +0100 |
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Tue Dec 27 17:32:58 2022 +0100 |
tree | 528a81eb8aeda2c3aed62879608e1de4083760b5 | |
parent | d2755e91695519a72e9d9f0c9bae69c26c6fb11e [diff] [blame] |
git subrepo commit mailcow/src/mailcow-dockerized subrepo: subdir: "mailcow/src/mailcow-dockerized" merged: "308860af" upstream: origin: "https://github.com/mailcow/mailcow-dockerized.git" branch: "master" commit: "3f1a5af8" git-subrepo: version: "0.4.5" origin: "???" commit: "???" Change-Id: I5d51c14b45db54fe706be40a591ddbfcea50d4b0
diff --git a/mailcow/src/mailcow-dockerized/data/web/mailbox.php b/mailcow/src/mailcow-dockerized/data/web/mailbox.php index 489ac42..65c76f5 100644 --- a/mailcow/src/mailcow-dockerized/data/web/mailbox.php +++ b/mailcow/src/mailcow-dockerized/data/web/mailbox.php
@@ -40,6 +40,8 @@ 'domains' => $domains, 'mailboxes' => $mailboxes, 'lang_mailbox' => json_encode($lang['mailbox']), + 'lang_rl' => json_encode($lang['ratelimit']), + 'lang_datatables' => json_encode($lang['datatables']), ]; require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';