summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_pppoe.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_pppoe.php')
-rw-r--r--src/usr/local/www/services_pppoe.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/local/www/services_pppoe.php b/src/usr/local/www/services_pppoe.php
index a8b0f03..85b3531 100644
--- a/src/usr/local/www/services_pppoe.php
+++ b/src/usr/local/www/services_pppoe.php
@@ -59,7 +59,6 @@ if ($_POST) {
}
$retval = 0;
$retval |= filter_configure();
- $savemsg = get_std_save_message($retval);
clear_subsystem_dirty('vpnpppoe');
}
}
@@ -83,8 +82,8 @@ $pgtitle = array(gettext("Services"), gettext("PPPoE Server"));
$shortcut_section = "pppoes";
include("head.inc");
-if ($savemsg) {
- print_info_box($savemsg, 'success');
+if ($_POST['apply']) {
+ print_apply_result_box($retval);
}
if (is_subsystem_dirty('vpnpppoe')) {
OpenPOWER on IntegriCloud