refactor: UnraidCheck php

This commit is contained in:
Zack Spear
2024-01-31 11:16:15 -08:00
parent acd0e764c3
commit 9501c88bf4
3 changed files with 253 additions and 75 deletions
@@ -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();