diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-02-17 23:20:16 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-02-17 23:20:16 +0100 |
commit | 2e497f022801042562c52c4e4086805cb0dcb909 (patch) | |
tree | 4a4844ce446d6b30bd5f93738840a07a41e2d6c8 | |
parent | b68230d7fbe69a5acdec30f31ac99eab8fdd6bce (diff) | |
download | colin-keep-2e497f022801042562c52c4e4086805cb0dcb909.tar colin-keep-2e497f022801042562c52c4e4086805cb0dcb909.tar.gz colin-keep-2e497f022801042562c52c4e4086805cb0dcb909.tar.bz2 colin-keep-2e497f022801042562c52c4e4086805cb0dcb909.tar.xz colin-keep-2e497f022801042562c52c4e4086805cb0dcb909.zip |
Added manawall to mpan
-rw-r--r-- | extras/conf/categories.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/conf/categories.conf b/extras/conf/categories.conf index 1e30d2c..774d031 100644 --- a/extras/conf/categories.conf +++ b/extras/conf/categories.conf @@ -40,6 +40,13 @@ </module> </category> <category> + <title>Security</title> + <icon>/usr/share/icons/security_section.png</icon> + <module> + <class>AdminPanel::Module::Firewall</class> + </module> + </category> + <category> <title>Boot</title> <icon>/usr/share/icons/boot_init_section.png</icon> <module> |