From 5df3285b810a34818e9926160af5fca5436241a7 Mon Sep 17 00:00:00 2001 From: bergware Date: Thu, 10 May 2018 18:57:16 +0200 Subject: [PATCH] Add release notes to version string in header --- plugins/dynamix.plugin.manager/include/ShowChanges.php | 4 ++-- plugins/dynamix/include/DefaultPageLayout.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/dynamix.plugin.manager/include/ShowChanges.php b/plugins/dynamix.plugin.manager/include/ShowChanges.php index be807c571..ee4e8080c 100644 --- a/plugins/dynamix.plugin.manager/include/ShowChanges.php +++ b/plugins/dynamix.plugin.manager/include/ShowChanges.php @@ -23,9 +23,9 @@ require_once "$docroot/webGui/include/Markdown.php";
diff --git a/plugins/dynamix/include/DefaultPageLayout.php b/plugins/dynamix/include/DefaultPageLayout.php index 978b835a1..6cf7826d4 100644 --- a/plugins/dynamix/include/DefaultPageLayout.php +++ b/plugins/dynamix/include/DefaultPageLayout.php @@ -44,7 +44,7 @@ if (strstr('gray,azure',$display['theme'])) { } $notes = '/var/tmp/unRAIDServer.txt'; if (!file_exists($notes)) file_put_contents($notes,shell_exec("/usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin changes /usr/local/emhttp/plugins/unRAIDServer/unRAIDServer.plg")); -$notes = " " +$notes = " " ?>