summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_pppoe_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-04 15:37:39 +0545
committerRenato Botelho <renato@netgate.com>2017-01-04 14:15:21 -0200
commit0349ebaa58b65c6699a290509a7508f718b9fc2e (patch)
tree56fe5bc414e72f2696acbdd5c1eff7ccbcd58d6a /src/usr/local/www/services_pppoe_edit.php
parent6b680dacd66d83ce140563f4d753e8404681f88b (diff)
downloadpfsense-0349ebaa58b65c6699a290509a7508f718b9fc2e.zip
pfsense-0349ebaa58b65c6699a290509a7508f718b9fc2e.tar.gz
Remove unused print_info_box($savemsg)
These are files that make no use of $savemsg. May as well remove the print_info_box($savemsg) to avoid future confusion for maintainers wondering why it is there. (cherry picked from commit 24a4f2ef15a09740a1c13850f85dc345f08cd653)
Diffstat (limited to 'src/usr/local/www/services_pppoe_edit.php')
-rw-r--r--src/usr/local/www/services_pppoe_edit.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/local/www/services_pppoe_edit.php b/src/usr/local/www/services_pppoe_edit.php
index 3cf6c7f..3d2a4e3 100644
--- a/src/usr/local/www/services_pppoe_edit.php
+++ b/src/usr/local/www/services_pppoe_edit.php
@@ -317,10 +317,6 @@ if ($input_errors) {
print_input_errors($input_errors);
}
-if ($savemsg) {
- print_info_box($savemsg, 'success');
-}
-
$form = new Form();
$section = new Form_Section('PPPoE Server Configuration');
OpenPOWER on IntegriCloud