summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-30 12:20:45 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-30 12:21:20 -0400
commit5bca8df4104e2902bd0869f2dafccaa451f4204d (patch)
tree3de074c7f8824439a91e29da44e7a38f828c7cab /src/usr/local/www/index.php
parent22616af2b447d1d45b60b6869fb975fcfd695e2e (diff)
downloadpfsense-5bca8df4104e2902bd0869f2dafccaa451f4204d.zip
pfsense-5bca8df4104e2902bd0869f2dafccaa451f4204d.tar.gz
Corrected page title (which was using incorect PHP format)
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 83468c2..1810284 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -175,7 +175,7 @@ if (file_exists('/conf/trigger_initial_wizard')) {
<html lang="en">
<head>
<link rel="stylesheet" href="/bootstrap/css/pfSense.css" />
- <title>{$g['product_name']}.localdomain - {$g['product_name']} first time setup</title>
+ <title><?=$g['product_name']?>.localdomain - <?=$g['product_name']?> first time setup</title>
<meta http-equiv="refresh" content="1;url=wizard.php?xml=setup_wizard.xml" />
</head>
<body id="loading-wizard" class="no-menu">
OpenPOWER on IntegriCloud