We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94caae3 commit b8c3c0aCopy full SHA for b8c3c0a
plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.plugin.manager/Downgrade.page
@@ -16,11 +16,13 @@ Tag="upload"
16
/**
17
* @note icon-update is rotated via CSS in myservers1.php
18
*/
19
-
+require_once "$docroot/plugins/dynamix/include/ReplaceKey.php";
20
require_once "$docroot/plugins/dynamix.my.servers/include/reboot-details.php";
21
-// Create an instance of the RebootDetails class
+
22
+$replaceKey = new ReplaceKey();
23
+$replaceKey->check();
24
25
$rebootDetails = new RebootDetails();
-// Get the current reboot details if there are any
26
$rebootDetails->setPrevious();
27
28
$serverNameEscaped = htmlspecialchars(str_replace(' ', '_', strtolower($var['NAME'])));
0 commit comments