summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/page.inc.php
diff options
context:
space:
mode:
authorUdo Walter2018-11-23 00:12:56 +0100
committerUdo Walter2018-11-23 00:12:56 +0100
commit778d84a178ff2d635675f7492d19ad853996a452 (patch)
treede496e4daf48c6a1ef621f51dc5f7b4fec0aa94e /modules-available/dozmod/page.inc.php
parent[dozmod] add network share submodule (diff)
parent[dozmod] Add LDAP filter submodule (diff)
downloadslx-admin-778d84a178ff2d635675f7492d19ad853996a452.tar.gz
slx-admin-778d84a178ff2d635675f7492d19ad853996a452.tar.xz
slx-admin-778d84a178ff2d635675f7492d19ad853996a452.zip
Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin
# Conflicts: # modules-available/dozmod/page.inc.php
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 9fc65f5f..cdb347ab 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', 'networkshares'];
+ private $validSections = ['expiredimages', 'mailconfig', 'templates', 'runtimeconfig', 'users', 'actionlog', 'networkshares', 'ldapfilters'];
private $section;
@@ -61,6 +61,7 @@ class Page_DozMod extends Page
Dictionary::translate('submenu_users', true);
Dictionary::translate('submenu_actionlog', true);
Dictionary::translate('submenu_networkshares', true);
+ Dictionary::translate('submenu_ldapfilters', true);
*/
/* add sub-menus */