summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2010-10-10 16:12:57 +0200
committerWarren Baker <warren@decoy.co.za>2010-10-10 16:12:57 +0200
commitecdae8072e6dc5f3f0b7ab8eaef92322d6a1ead6 (patch)
tree73cef31e718306557d01cfc4d899f5dbb3fed7cd /usr/local/www/index.php
parent4dddf8c3895d2bf79931618cdffcdd6b6b34a6fc (diff)
downloadpfsense-ecdae8072e6dc5f3f0b7ab8eaef92322d6a1ead6.zip
pfsense-ecdae8072e6dc5f3f0b7ab8eaef92322d6a1ead6.tar.gz
Replace hard coded pfSense with product_name.
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 61093bd..2dc21eb 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -126,7 +126,7 @@ if (!is_array($config['widgets'])) {
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title>pfSense.local - pfSense first time setup</title>
+ <title>{$g['product_name']}.local - {$g['product_name']} first time setup</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print" />
<script type="text/javascript">var theme = "nervecenter"</script>
OpenPOWER on IntegriCloud