aboutsummaryrefslogtreecommitdiffstats
path: root/config/sshdcond/sshdcond.xml
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-03 10:01:28 -0200
committerRenato Botelho <renato@netgate.com>2015-11-03 10:01:28 -0200
commit1e33246ccec8022b77a630072946692101e643c3 (patch)
treeee040eb56fdfeaf86958d7524b0f082839459af3 /config/sshdcond/sshdcond.xml
parentee7239e0791352eccc9bcdb95f320a07ef7ab9af (diff)
parent32bb734475821b8cd2b519cb7b075afd27e8525a (diff)
downloadpfsense-packages-1e33246ccec8022b77a630072946692101e643c3.tar.gz
pfsense-packages-1e33246ccec8022b77a630072946692101e643c3.tar.bz2
pfsense-packages-1e33246ccec8022b77a630072946692101e643c3.zip
Merge pull request #1126 from doktornotor/patch-10
Diffstat (limited to 'config/sshdcond/sshdcond.xml')
-rw-r--r--config/sshdcond/sshdcond.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/config/sshdcond/sshdcond.xml b/config/sshdcond/sshdcond.xml
index 11104e1d..f0e27c80 100644
--- a/config/sshdcond/sshdcond.xml
+++ b/config/sshdcond/sshdcond.xml
@@ -43,12 +43,10 @@
]]>
</copyright>
<name>sshdcond</name>
- <version>1.0.2</version>
- <title>SSH Conditional</title>
- <description>SSH Conditional blocks</description>
+ <version>1.0.6</version>
+ <title>Services: SSH Conditional Options</title>
<savetext>Save</savetext>
<include_file>/usr/local/pkg/sshdcond.inc</include_file>
-
<menu>
<name>SSH Conditions</name>
<tooltiptext>Configure SSH conditional exceptions</tooltiptext>
@@ -61,6 +59,10 @@
<item>https://packages.pfsense.org/packages/config/sshdcond/sshdcond.inc</item>
</additional_files_needed>
<additional_files_needed>
+ <prefix>/etc/inc/priv/</prefix>
+ <item>https://packages.pfsense.org/packages/config/sshdcond/sshdcond.priv.inc</item>
+ </additional_files_needed>
+ <additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
<item>https://packages.pfsense.org/packages/config/sshdcond/sshdcond_sync.xml</item>
</additional_files_needed>
@@ -93,7 +95,6 @@
<field>
<type>listtopic</type>
<name>Conditional SSH Options</name>
- <fieldname>temp</fieldname>
</field>
<field>
<fielddescr>Enable</fielddescr>
@@ -187,7 +188,4 @@
<custom_php_resync_config_command>
sshdcond_custom_php_write_config();
</custom_php_resync_config_command>
- <custom_php_command_before_form>
- unset($_POST['temp']);
- </custom_php_command_before_form>
</packagegui>