diff --git a/logging.htm b/logging.htm index add50ff04..dc9005d37 100644 --- a/logging.htm +++ b/logging.htm @@ -1,7 +1,8 @@ - + + +
@@ -198,3 +204,4 @@ $(function() { }); + diff --git a/plugins/dynamix/include/ParityHistory.php b/plugins/dynamix/include/ParityHistory.php index 19b1dba98..26caee21b 100644 --- a/plugins/dynamix/include/ParityHistory.php +++ b/plugins/dynamix/include/ParityHistory.php @@ -33,6 +33,7 @@ function his_duration($time) { + "> "> diff --git a/plugins/dynamix/include/ReplaceKey.php b/plugins/dynamix/include/ReplaceKey.php index b9f6fcafd..bf95a415e 100644 --- a/plugins/dynamix/include/ReplaceKey.php +++ b/plugins/dynamix/include/ReplaceKey.php @@ -16,6 +16,11 @@ require_once "$docroot/webGui/include/Helpers.php"; $var = parse_ini_file('state/var.ini'); $keyfile = base64_encode(file_get_contents($var['regFILE'])); ?> + + + + + "> "> @@ -51,6 +56,7 @@ function replaceKey(email, guid, keyfile) { } } +
@@ -67,3 +73,4 @@ Once a replacement key is generated, your old USB Flash device will be blackl
+ diff --git a/plugins/dynamix/include/SelectCase.php b/plugins/dynamix/include/SelectCase.php index 16d021355..04413a8a2 100644 --- a/plugins/dynamix/include/SelectCase.php +++ b/plugins/dynamix/include/SelectCase.php @@ -46,6 +46,7 @@ $casemodel = $exist ? file_get_contents("$boot/$file") : ''; + "> "> "> diff --git a/plugins/dynamix/include/SystemInformation.php b/plugins/dynamix/include/SystemInformation.php index 545ce9df5..3829eee26 100644 --- a/plugins/dynamix/include/SystemInformation.php +++ b/plugins/dynamix/include/SystemInformation.php @@ -31,6 +31,11 @@ function dmidecode($key,$n,$all=true) { return $all ? $properties : $properties[0]; } ?> + + + + + "> ">