From dd18173e3f346348290bf42771967506889a4c88 Mon Sep 17 00:00:00 2001 From: bergware Date: Mon, 27 Jun 2016 09:17:32 +0200 Subject: [PATCH] =?UTF-8?q?Updated=20footer=20unRAID=C2=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/dynamix/include/DefaultPageLayout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/include/DefaultPageLayout.php b/plugins/dynamix/include/DefaultPageLayout.php index a4ea92a06..c7479f4b1 100644 --- a/plugins/dynamix/include/DefaultPageLayout.php +++ b/plugins/dynamix/include/DefaultPageLayout.php @@ -316,7 +316,7 @@ default: } echo "• Dynamix webGui v"; echo exec("/usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin version /var/log/plugins/dynamix.plg"); -echo "unRAID™ webGui © 2016, Lime Technology, Inc."; +echo "unRAID® webGui © 2016, Lime Technology, Inc."; if (isset($myPage['Author'])) { echo " | Page author: {$myPage['Author']}"; if (isset($myPage['Version'])) echo ", version: {$myPage['Version']}";