mirror of
https://github.com/unraid/api.git
synced 2026-01-08 17:49:59 -06:00
refactor: unraidcheck to use UnraidCheck class
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user