summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_zones.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_captiveportal_zones.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_captiveportal_zones.php')
-rw-r--r--src/usr/local/www/services_captiveportal_zones.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/local/www/services_captiveportal_zones.php b/src/usr/local/www/services_captiveportal_zones.php
index 61bc6b0..d47a45a 100644
--- a/src/usr/local/www/services_captiveportal_zones.php
+++ b/src/usr/local/www/services_captiveportal_zones.php
@@ -92,10 +92,6 @@ $pgtitle = array(gettext("Services"), gettext("Captive Portal"));
$shortcut_section = "captiveportal";
include("head.inc");
-if ($savemsg) {
- print_info_box($savemsg, 'success');
-}
-
if (is_subsystem_dirty('captiveportal')) {
print_apply_box(gettext("The Captive Portal entry list has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect."));
}
OpenPOWER on IntegriCloud