diff --git a/src/www/carp_status.php b/src/www/carp_status.php index fb7950a75..147266fc7 100644 --- a/src/www/carp_status.php +++ b/src/www/carp_status.php @@ -30,11 +30,6 @@ require_once("guiconfig.inc"); require_once("globals.inc"); -function gentitle_pkg($pgname) { - global $config; - return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pgname; -} - unset($interface_arr_cache); unset($carp_interface_count_cache); unset($interface_ip_arr_cache); diff --git a/src/www/pkg_edit.php b/src/www/pkg_edit.php index 9fa404795..db5195a0b 100644 --- a/src/www/pkg_edit.php +++ b/src/www/pkg_edit.php @@ -1,4 +1,5 @@ @@ -49,11 +50,6 @@ function get_pkg_interfaces_select_source($include_localhost=false) { return $ssifs; } -function gentitle_pkg($pgname) { - global $pfSense_config; - return $pfSense_config['system']['hostname'] . "." . $pfSense_config['system']['domain'] . " - " . $pgname; -} - function domTT_title($title_msg){ if (!empty($title_msg)){ $title_msg=preg_replace("/\s+/"," ",$title_msg); diff --git a/src/www/wizard.php b/src/www/wizard.php index b0faa185c..7048ac06b 100644 --- a/src/www/wizard.php +++ b/src/www/wizard.php @@ -35,11 +35,6 @@ require_once("filter.inc"); require_once("shaper.inc"); require_once("rrd.inc"); -function gentitle_pkg($pgname) { - global $config; - return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pgname; -} - global $g; $stepid = htmlspecialchars($_GET['stepid']);