mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove debug
This commit is contained in:
parent
07451ca8cb
commit
5810f93447
@ -1423,9 +1423,6 @@ foreach ($pkg['fields']['field'] as $pkga) {
|
||||
$fieldname = $rowhelper['fieldname'];
|
||||
$fielddescr = $rowhelper['fielddescr'];
|
||||
|
||||
print($fieldname); print("<br />");
|
||||
print($_POST[$fieldname.$rowcounter]); print("<br />"); print("<br />");
|
||||
|
||||
// If input validation failed, read the value from the POST data so that hte user's input is not lost
|
||||
if ($get_from_post && isset($_POST[$fieldname.$rowcounter])) {
|
||||
$value = $_POST[$fieldname.$rowcounter];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user