diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-04-25 20:05:03 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-04-25 20:05:03 +0000 |
commit | 427b1ceaa3e9fcff909108e183ef17ef9697102f (patch) | |
tree | dec0c5b59b40c934db18147c02cb20fb0fa5dbb6 /usr/local | |
parent | b6068df1caa67560383ae7c2a0ec1b86b4daa91a (diff) | |
download | pfsense-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')
-rw-r--r-- | usr/local/pkg/openvpn.xml | 2 | ||||
-rw-r--r-- | usr/local/pkg/openvpn_cli.xml | 2 |
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(&$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(&$pkg); </custom_php_command_before_form> <custom_php_after_head_command> |