Merge pull request #873 from tuyan/patch/copyright_years

Update product_copyright_years end to be calculated on the fly.
This commit is contained in:
Chris Buechler 2014-01-03 00:33:25 -08:00
commit 723f0ac98a

View File

@ -59,7 +59,7 @@ $g = array(
"product_name" => "pfSense",
"product_copyright" => "Electric Sheep Fencing LLC",
"product_copyright_url" => "http://www.electricsheepfencing.com",
"product_copyright_years" => "2004 - 2014",
"product_copyright_years" => "2004 - ".date("Y"),
"product_website" => "www.pfsense.org",
"product_website_footer" => "http://www.pfsense.org/?gui21",
"product_email" => "coreteam@pfsense.org",