refactor: unraidcheck to use UnraidCheck class

This commit is contained in:
Zack Spear
2024-01-30 16:37:27 -08:00
committed by Zack Spear
parent b9257fce28
commit 195a178d15

View File

@@ -14,3 +14,6 @@
<?
$docroot ??= ($_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp');
require_once "$docroot/plugins/dynamix.plugin.manager/include/UnraidCheck.php";
$unraidOsCheck = new UnraidOsCheck();
$unraidOsCheck->checkForUpdate();