summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/page.inc.php
diff options
context:
space:
mode:
authorJannik Schönartz2018-11-23 00:08:07 +0100
committerJannik Schönartz2018-11-23 00:08:07 +0100
commit05b361f1288fa93e272e11eb2e3cc3e6ec5e830a (patch)
tree69bed66d6b115bbad782943fb4f8f20b8eb4b1f8 /modules-available/dozmod/page.inc.php
parent[sysconfig] Sanitize field type (diff)
downloadslx-admin-05b361f1288fa93e272e11eb2e3cc3e6ec5e830a.tar.gz
slx-admin-05b361f1288fa93e272e11eb2e3cc3e6ec5e830a.tar.xz
slx-admin-05b361f1288fa93e272e11eb2e3cc3e6ec5e830a.zip
[dozmod] Add LDAP filter submodule
Diffstat (limited to 'modules-available/dozmod/page.inc.php')
-rw-r--r--modules-available/dozmod/page.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/dozmod/page.inc.php b/modules-available/dozmod/page.inc.php
index a8e0da0e..47110dd0 100644
--- a/modules-available/dozmod/page.inc.php
+++ b/modules-available/dozmod/page.inc.php
@@ -5,7 +5,7 @@ class Page_DozMod extends Page
/** @var bool true if we have a proper subpage */
private $haveSubPage = false;
- private $validSections = ['expiredimages', 'mailconfig', 'templates', 'runtimeconfig', 'users', 'actionlog'];
+ private $validSections = ['expiredimages', 'mailconfig', 'templates', 'runtimeconfig', 'users', 'actionlog', 'ldapfilters'];
private $section;
@@ -60,6 +60,7 @@ class Page_DozMod extends Page
Dictionary::translate('submenu_runtimeconfig', true);
Dictionary::translate('submenu_users', true);
Dictionary::translate('submenu_actionlog', true);
+ Dictionary::translate('submenu_ldapfilters', true);
*/
/* add sub-menus */