From 0349ebaa58b65c6699a290509a7508f718b9fc2e Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 4 Jan 2017 15:37:39 +0545 Subject: 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) --- src/usr/local/www/services_dyndns_edit.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/usr/local/www/services_dyndns_edit.php') diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index 84b6e77..6842a7e 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -278,10 +278,6 @@ if ($input_errors) { print_input_errors($input_errors); } -if ($savemsg) { - print_info_box($savemsg, 'success'); -} - $form = new Form; $section = new Form_Section('Dynamic DNS Client'); -- cgit v1.1