Update copyright_years to be calculated on the fly.

This commit is contained in:
Tuyan Ozipek 2014-01-02 10:17:40 -05:00
parent 0350084d40
commit 2bb933456e

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",