Changed copyright in footer to 2017

This commit is contained in:
bergware
2017-06-16 06:59:19 +02:00
parent d2050b43a0
commit 1d33bd2905

View File

@@ -374,7 +374,7 @@ default:
echo "</span>&bullet;&nbsp;<span class='bitstream'>Dynamix webGui v";
echo exec("$docroot/plugins/dynamix.plugin.manager/scripts/plugin version /var/log/plugins/dynamix.plg");
echo "</span></span><span id='countdown'></span><span id='user-notice' class='red-text'></span>";
echo "<span id='copyright'>unRAID&reg; webGui &copy;2016, Lime Technology, Inc.";
echo "<span id='copyright'>unRAID&reg; webGui &copy;2017, Lime Technology, Inc.";
if (isset($myPage['Author'])) {
echo " | Page author: {$myPage['Author']}";
if (isset($myPage['Version'])) echo ", version: {$myPage['Version']}";