mirror of
https://github.com/unraid/api.git
synced 2026-01-02 06:30:02 -06:00
feat: downgrade page replace key check (#1263)
Joins Update.page and Registration.page in having Replace Key check due to relation between OS Version & License OS Eligibility <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced an enhanced system validation step during initialization that verifies key functionality before processing reboot details, improving system reliability. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -16,11 +16,13 @@ Tag="upload"
|
|||||||
/**
|
/**
|
||||||
* @note icon-update is rotated via CSS in myservers1.php
|
* @note icon-update is rotated via CSS in myservers1.php
|
||||||
*/
|
*/
|
||||||
|
require_once "$docroot/plugins/dynamix/include/ReplaceKey.php";
|
||||||
require_once "$docroot/plugins/dynamix.my.servers/include/reboot-details.php";
|
require_once "$docroot/plugins/dynamix.my.servers/include/reboot-details.php";
|
||||||
// Create an instance of the RebootDetails class
|
|
||||||
|
$replaceKey = new ReplaceKey();
|
||||||
|
$replaceKey->check();
|
||||||
|
|
||||||
$rebootDetails = new RebootDetails();
|
$rebootDetails = new RebootDetails();
|
||||||
// Get the current reboot details if there are any
|
|
||||||
$rebootDetails->setPrevious();
|
$rebootDetails->setPrevious();
|
||||||
|
|
||||||
$serverNameEscaped = htmlspecialchars(str_replace(' ', '_', strtolower($var['NAME'])));
|
$serverNameEscaped = htmlspecialchars(str_replace(' ', '_', strtolower($var['NAME'])));
|
||||||
|
|||||||
Reference in New Issue
Block a user