Revision 01c0ece6
Added by Scott Ullrich about 18 years ago
usr/local/pkg/openvpn.xml | ||
---|---|---|
212 | 212 |
</field> |
213 | 213 |
</fields> |
214 | 214 |
<custom_php_command_before_form> |
215 |
if(!$config['installedpackages']['openvpnserver'][0]['protocol']) |
|
215 |
if(!$config['installedpackages']['openvpnserver'][config][0]['protocol'])
|
|
216 | 216 |
unset($evaledvar); |
217 | 217 |
openvpn_get_ciphers(&$pkg); |
218 | 218 |
</custom_php_command_before_form> |
Also available in: Unified diff
Use the correct array path to deterimine if a false entry exists.