mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update copyright_years to be calculated on the fly.
This commit is contained in:
parent
0350084d40
commit
2bb933456e
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user