#!/usr/bin/php -q check(); // utilized by UnraidCheckExec.php to have UnraidCheck.php return a json response when this script is called directly parse_str(getenv('QUERY_STRING') ?? '', $_GET); require_once "$docroot/plugins/dynamix.plugin.manager/include/UnraidCheck.php"; $unraidOsCheck = new UnraidOsCheck(); $unraidOsCheck->checkForUpdate();