summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-12-21 10:29:40 -0500
committerjim-p <jimp@pfsense.org>2015-12-21 10:29:40 -0500
commit8ae9a909901ddb13306e6ac494240ff1fa720c4d (patch)
tree84a5b2efdc4111a79732ebd5cdb3231f30b0d516 /src/usr/local/www/wizard.php
parent934b307814786250e1b3110030996d8166197a1d (diff)
downloadpfsense-8ae9a909901ddb13306e6ac494240ff1fa720c4d.zip
pfsense-8ae9a909901ddb13306e6ac494240ff1fa720c4d.tar.gz
Encode hostname before printing; remove some related dead code.
Diffstat (limited to 'src/usr/local/www/wizard.php')
-rw-r--r--src/usr/local/www/wizard.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/usr/local/www/wizard.php b/src/usr/local/www/wizard.php
index 0cb8496..e88b034 100644
--- a/src/usr/local/www/wizard.php
+++ b/src/usr/local/www/wizard.php
@@ -71,11 +71,6 @@ require_once("system.inc");
// This causes the step #, field type and field name to be printed at the top of the page
define(DEBUG, false);
-function gentitle_pkg($pgname) {
- global $config;
- return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pgname;
-}
-
global $g;
$stepid = htmlspecialchars($_GET['stepid']);
OpenPOWER on IntegriCloud