Merge pull request #3919 from PiBa-NL/20180329-copyright-showonce

This commit is contained in:
Steve Beaver 2018-03-30 14:45:07 -04:00
commit cd4ee470ce

View File

@ -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();
}