summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-10 05:20:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-10 05:20:45 +0000
commit479628e6683b69f55920be94f4792c335ce8d6eb (patch)
treef81b740272b97a7cd8558509b57490ced7933340 /usr/local/www
parent52e6fdfdaebeb754c5a6029c5a801756a7f9c835 (diff)
downloadpfsense-479628e6683b69f55920be94f4792c335ce8d6eb.zip
pfsense-479628e6683b69f55920be94f4792c335ce8d6eb.tar.gz
Do not show hostname in page title.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index b5325a4..70133ce 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -616,7 +616,7 @@ function gentitle($title) {
function genhtmltitle($title) {
global $config;
- return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . gentitle($title);
+ return gentitle($title);
}
/* update the changedesc and changecount(er) variables */
OpenPOWER on IntegriCloud