Revision b94dd7d3
Added by Renato Botelho over 12 years ago
usr/local/www/vpn_pppoe_edit.php | ||
---|---|---|
104 | 104 |
if ($_POST) { |
105 | 105 |
|
106 | 106 |
unset($input_errors); |
107 |
//$pconfig = $_POST;
|
|
107 |
$pconfig = $_POST; |
|
108 | 108 |
|
109 | 109 |
/* input validation */ |
110 | 110 |
if ($_POST['mode'] == "server") { |
Also available in: Unified diff
Retain user configured values for all fields when a validation error occours. It should fix #2745