mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
b6068df1ca
commit
427b1ceaa3
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user