summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/page.inc.php
diff options
context:
space:
mode:
authorUdo Walter2019-02-12 11:44:51 +0100
committerUdo Walter2019-02-12 11:44:51 +0100
commit1ee6bdcda1b285b24829eefc9b9e0ca14b828f77 (patch)
treee07c40168c61313e20c85608035191bfeca20ba2 /modules-available/dozmod/page.inc.php
parent[inc/Dictionary] Teh evil unvalidated redirects must die! (diff)
downloadslx-admin-1ee6bdcda1b285b24829eefc9b9e0ca14b828f77.tar.gz
slx-admin-1ee6bdcda1b285b24829eefc9b9e0ca14b828f77.tar.xz
slx-admin-1ee6bdcda1b285b24829eefc9b9e0ca14b828f77.zip
[dozmod] Add UI to create preset network rules
Diffstat (limited to 'modules-available/dozmod/page.inc.php')
-rw-r--r--modules-available/dozmod/page.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/dozmod/page.inc.php b/modules-available/dozmod/page.inc.php
index 776109cf..b772890f 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', 'ldapfilters', 'runscripts'];
+ private $validSections = ['expiredimages', 'mailconfig', 'templates', 'runtimeconfig', 'users', 'actionlog', 'networkshares', 'ldapfilters', 'runscripts', 'networkrules'];
private $section;