summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-07 20:11:57 +0545
committerRenato Botelho <renato@netgate.com>2017-01-09 10:24:46 -0200
commitbf68dc410e836e58fd2dee34c62e450a117f0ff0 (patch)
treea23b11e25fa4494af4fcddb8b01acf5f46a3f33b /src/usr/local/www/guiconfig.inc
parent49683e45fd5831edc44baeef47e285ad463d15d6 (diff)
downloadpfsense-bf68dc410e836e58fd2dee34c62e450a117f0ff0.zip
pfsense-bf68dc410e836e58fd2dee34c62e450a117f0ff0.tar.gz
Remove unusued $heading in genhtmltitle()
It came into use in https://github.com/pfsense/pfsense/commit/45eebe10a93fa1e2399c6cdf133ad88dc21ee6e7 but genhtmltitle() has changed since then and no longer uses $heading (cherry picked from commit f93e9098abc0d490a4f9fca2eef69396eb5bb099)
Diffstat (limited to 'src/usr/local/www/guiconfig.inc')
-rw-r--r--src/usr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/guiconfig.inc b/src/usr/local/www/guiconfig.inc
index f64df7b..40acdc6 100644
--- a/src/usr/local/www/guiconfig.inc
+++ b/src/usr/local/www/guiconfig.inc
@@ -533,7 +533,7 @@ function genhtmltitle($title) {
$bc = "";
}
- return $heading . $bc;
+ return $bc;
}
/* update the changedesc and changecount(er) variables */
OpenPOWER on IntegriCloud