summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_hostname.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_hostname.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_hostname.php')
-rw-r--r--src/usr/local/www/services_captiveportal_hostname.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/local/www/services_captiveportal_hostname.php b/src/usr/local/www/services_captiveportal_hostname.php
index bfe4279..b84b357 100644
--- a/src/usr/local/www/services_captiveportal_hostname.php
+++ b/src/usr/local/www/services_captiveportal_hostname.php
@@ -129,10 +129,6 @@ if ($_GET['act'] == "del" && !empty($cpzone) && isset($cpzoneid)) {
include("head.inc");
-if ($savemsg) {
- print_info_box($savemsg, 'success');
-}
-
$tab_array = array();
$tab_array[] = array(gettext("Configuration"), false, "services_captiveportal.php?zone={$cpzone}");
$tab_array[] = array(gettext("MACs"), false, "services_captiveportal_mac.php?zone={$cpzone}");
OpenPOWER on IntegriCloud