summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/globals.inc1
-rwxr-xr-xusr/local/www/fend.inc2
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 9808fc2..8c1fdcc 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -55,6 +55,7 @@ $g = array(
"product_copyright_url" => "http://www.bsdperimeter.com",
"product_copyright_years" => "2004 - 2009",
"product_website" => "www.pfsense.org",
+ "product_website_footer" => "http://www.pfsense.org/?gui20",
"product_email" => "coreteam@pfsense.org",
"pppoe_interface" => "ng0",
"n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index 4fc4edc..867bb58 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -3,7 +3,7 @@
</div> <!-- Content DIV -->
<div id="footer">
- <a target="_blank" href="<?=$g['product_website']?>" class="redlnk"><?=$g['product_name']?></a> is &copy;
+ <a target="_blank" href="<?=$g['product_website_footer']?>" class="redlnk"><?=$g['product_name']?></a> is &copy;
<?=$g['product_copyright_years']?> by <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright']?></a>. All Rights Reserved.
[<a href="/license.php" class="tblnk">view license</a>]
</div> <!-- Footer DIV -->
OpenPOWER on IntegriCloud