summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-25 20:05:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-25 20:05:03 +0000
commit427b1ceaa3e9fcff909108e183ef17ef9697102f (patch)
treedec0c5b59b40c934db18147c02cb20fb0fa5dbb6 /usr/local/pkg
parentb6068df1caa67560383ae7c2a0ec1b86b4daa91a (diff)
downloadpfsense-427b1ceaa3e9fcff909108e183ef17ef9697102f.zip
pfsense-427b1ceaa3e9fcff909108e183ef17ef9697102f.tar.gz
Remove hack that checks for blank protocol. We need to fix the upstream bug that is causing the blank entries. This bug is also appearing in the load balancing area now.
Diffstat (limited to 'usr/local/pkg')
-rw-r--r--usr/local/pkg/openvpn.xml2
-rw-r--r--usr/local/pkg/openvpn_cli.xml2
2 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/pkg/openvpn.xml b/usr/local/pkg/openvpn.xml
index aff9af8..dc3a0e1 100644
--- a/usr/local/pkg/openvpn.xml
+++ b/usr/local/pkg/openvpn.xml
@@ -214,8 +214,6 @@
</field>
</fields>
<custom_php_command_before_form>
- if(!$config['installedpackages']['openvpnserver'][config][0]['protocol'])
- unset($evaledvar);
openvpn_get_ciphers(&amp;$pkg);
</custom_php_command_before_form>
<custom_php_after_head_command>
diff --git a/usr/local/pkg/openvpn_cli.xml b/usr/local/pkg/openvpn_cli.xml
index ebca152..e05bacf 100644
--- a/usr/local/pkg/openvpn_cli.xml
+++ b/usr/local/pkg/openvpn_cli.xml
@@ -202,8 +202,6 @@
</field>
</fields>
<custom_php_command_before_form>
- if(!$config['installedpackages']['openvpnclient'][config][0]['protocol'])
- unset($evaledvar);
openvpn_get_ciphers(&amp;$pkg);
</custom_php_command_before_form>
<custom_php_after_head_command>
OpenPOWER on IntegriCloud