summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-25 20:04:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-25 20:04:56 +0000
commit3f8b80656bf1b627540401c0f0626efae4adf535 (patch)
tree37ffc6d1fb930067203af5158494d5644aa9c811
parent515ad7e793c5957e43776040567007ec15619922 (diff)
downloadpfsense-3f8b80656bf1b627540401c0f0626efae4adf535.zip
pfsense-3f8b80656bf1b627540401c0f0626efae4adf535.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.
-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