From b69564caed3eb4e4084d9e798d03d778b287286b Mon Sep 17 00:00:00 2001 From: ljm42 Date: Tue, 19 Mar 2024 11:56:13 -0700 Subject: [PATCH] tidy --- emhttp/plugins/dynamix.plugin.manager/include/UnraidCheck.php | 1 - 1 file changed, 1 deletion(-) diff --git a/emhttp/plugins/dynamix.plugin.manager/include/UnraidCheck.php b/emhttp/plugins/dynamix.plugin.manager/include/UnraidCheck.php index 4c64b6ed4..2e3fb9882 100644 --- a/emhttp/plugins/dynamix.plugin.manager/include/UnraidCheck.php +++ b/emhttp/plugins/dynamix.plugin.manager/include/UnraidCheck.php @@ -29,7 +29,6 @@ */ $docroot ??= ($_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp'); require_once "$docroot/webGui/include/Wrappers.php"; -require_once "$docroot/webGui/include/Helpers.php"; require_once "$docroot/plugins/dynamix.plugin.manager/include/PluginHelpers.php"; class UnraidOsCheck