summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-18 00:29:04 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-18 07:51:06 -0500
commit5f250198087d336c6613d7a3cf118269b77ecfc2 (patch)
treed702552d492325dabf9f375b05080378532f6a1a /src/usr/local/www/head.inc
parent3063453de13011c7b862ea68d017aae198b2a29d (diff)
downloadpfsense-5f250198087d336c6613d7a3cf118269b77ecfc2.zip
pfsense-5f250198087d336c6613d7a3cf118269b77ecfc2.tar.gz
Remove unused variable.
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 0644033..564dc93 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -558,8 +558,6 @@ if (is_subsystem_dirty('packagelock') || file_exists('/conf/needs_package_sync'
print_info_box($warning_text);
}
-$pgtitle_output = true;
-
/* If this page is being remotely managed then do not allow the loading of the contents. */
if ($config['remote_managed_pages']['item']) {
foreach ($config['remote_managed_pages']['item'] as $rmp) {
OpenPOWER on IntegriCloud