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.

This commit is contained in:
Scott Ullrich 2007-04-25 20:05:03 +00:00
parent b6068df1ca
commit 427b1ceaa3
2 changed files with 0 additions and 4 deletions

View File

@ -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>

View File

@ -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>