mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 18:19:14 -05:00
refactor: UnraidCheck php
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