mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 18:48:49 -05:00
Merge branch 'master' of github.com:limetech/dynamix-6.2
This commit is contained in:
@@ -19,7 +19,7 @@ files listed below, is licensed under GPL version 2.
|
||||
* The Lime Technology logo file(s) `webGui/images/limetech-*.*` are property of Lime Technology, Inc.
|
||||
and may not be used in any other project without written permission from Lime Technology, Inc.
|
||||
|
||||
***unRAID***™ is a registered trademark of [Lime Technology, Inc.](http://lime-technology.com).
|
||||
***unRAID***® is a registered trademark of [Lime Technology, Inc.](http://lime-technology.com).
|
||||
|
||||
This file shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
|
||||
@@ -316,7 +316,7 @@ default:
|
||||
}
|
||||
echo "</span>• <span class='bitstream'>Dynamix webGui v";
|
||||
echo exec("/usr/local/emhttp/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><span id='copyright'>unRAID™ webGui © 2016, Lime Technology, Inc.";
|
||||
echo "</span></span><span id='countdown'></span><span id='user-notice' class='red-text'></span><span id='copyright'>unRAID® webGui © 2016, Lime Technology, Inc.";
|
||||
if (isset($myPage['Author'])) {
|
||||
echo " | Page author: {$myPage['Author']}";
|
||||
if (isset($myPage['Version'])) echo ", version: {$myPage['Version']}";
|
||||
|
||||
Reference in New Issue
Block a user