mirror of
https://github.com/unraid/webgui.git
synced 2026-01-17 07:00:10 -06:00
Merge pull request #49 from Squidly271/patch-1
Update DefaultPageLayout.php
This commit is contained in:
@@ -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. <a href='http://lime-technology.com/wiki/index.php/Official_Documentation' target='_blank'> Online Manual</a>";
|
||||
if (isset($myPage['Author'])) {
|
||||
echo " | Page author: {$myPage['Author']}";
|
||||
if (isset($myPage['Version'])) echo ", version: {$myPage['Version']}";
|
||||
|
||||
Reference in New Issue
Block a user