mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
This is not true anymore as piece of code.
This commit is contained in:
parent
8df149847e
commit
b469b7fe20
@ -73,15 +73,6 @@
|
||||
function before_form_miniupnpd($pkg) {
|
||||
global $config;
|
||||
|
||||
/* if shaper connection speed defined hide fields */
|
||||
if($config['ezshaper']['step2']['download'] && $config['ezshaper']['step2']['upload']) {
|
||||
$i=0;
|
||||
foreach ($pkg['fields']['field'] as $field) {
|
||||
if ($field['fieldname'] == 'download' || $field['fieldname'] == 'upload')
|
||||
unset($pkg['fields']['field'][$i]);
|
||||
$i++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function validate_form_miniupnpd($post, $input_errors) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user