summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-01-07 11:05:53 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-01-07 11:05:53 -0200
commitb94dd7d3427f5ffbd11cf2f270ea3964ac9b7da9 (patch)
treeed617bf0004882e4d67a372f86e9171db026ba49 /usr/local/www/vpn_pppoe_edit.php
parent5f993c440dfdfc15a43a84ade05b9135f89745d3 (diff)
downloadpfsense-b94dd7d3427f5ffbd11cf2f270ea3964ac9b7da9.zip
pfsense-b94dd7d3427f5ffbd11cf2f270ea3964ac9b7da9.tar.gz
Retain user configured values for all fields when a validation error occours. It should fix #2745
Diffstat (limited to 'usr/local/www/vpn_pppoe_edit.php')
-rwxr-xr-xusr/local/www/vpn_pppoe_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pppoe_edit.php b/usr/local/www/vpn_pppoe_edit.php
index 1b1866f..0919904 100755
--- a/usr/local/www/vpn_pppoe_edit.php
+++ b/usr/local/www/vpn_pppoe_edit.php
@@ -104,7 +104,7 @@ if (isset($id) && $a_pppoes[$id]) {
if ($_POST) {
unset($input_errors);
- //$pconfig = $_POST;
+ $pconfig = $_POST;
/* input validation */
if ($_POST['mode'] == "server") {
OpenPOWER on IntegriCloud