summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/page.inc.php
diff options
context:
space:
mode:
authorUdo Walter2018-11-23 00:10:20 +0100
committerUdo Walter2018-11-23 00:10:20 +0100
commit541b9aae3a8f96b0a800dbccf348e360c92a292c (patch)
tree99a89420220523515963f2f0675e2c01cbe11e1d /modules-available/dozmod/page.inc.php
parent[sysconfig] Sanitize field type (diff)
downloadslx-admin-541b9aae3a8f96b0a800dbccf348e360c92a292c.tar.gz
slx-admin-541b9aae3a8f96b0a800dbccf348e360c92a292c.tar.xz
slx-admin-541b9aae3a8f96b0a800dbccf348e360c92a292c.zip
[dozmod] add network share 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..9fc65f5f 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', 'networkshares'];
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_networkshares', true);
*/
/* add sub-menus */