summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-12-21 10:15:30 -0500
committerjim-p <jimp@pfsense.org>2015-12-21 10:15:30 -0500
commit4fa888b46cbd7816b9063de2a06f249105457111 (patch)
tree01c2430e29483c8055e434ce405c8dcc64e8cdfd /usr/local/www/wizard.php
parent49e83995cef02354b39a506a3bc0feb469cb5637 (diff)
downloadpfsense-4fa888b46cbd7816b9063de2a06f249105457111.zip
pfsense-4fa888b46cbd7816b9063de2a06f249105457111.tar.gz
Encode hostname before printing; remove some related dead code.
Diffstat (limited to 'usr/local/www/wizard.php')
-rw-r--r--usr/local/www/wizard.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index d5aa350..8e5cd7f 100644
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -44,11 +44,6 @@ require_once("filter.inc");
require("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']);
OpenPOWER on IntegriCloud