mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3919 from PiBa-NL/20180329-copyright-showonce
This commit is contained in:
commit
cd4ee470ce
@ -71,10 +71,6 @@ function updatecopyright() {
|
||||
// Retrieve the copyright data from Netgate.com if the support data file does not exist,
|
||||
// or if it is more than a day old
|
||||
if (!file_exists($copyrightfile) || ( time()-filemtime($copyrightfile) > $refreshinterval)) {
|
||||
if (file_exists($copyrightfile)) {
|
||||
unlink($copyrightfile);
|
||||
}
|
||||
|
||||
updateCopyright();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user