diff --git a/includes/system.php b/includes/system.php index 7167cbd1..6ef6b74e 100755 --- a/includes/system.php +++ b/includes/system.php @@ -117,20 +117,8 @@ function DisplaySystem(&$extraFooterScripts) $extraFooterScripts[] = array('src'=>'app/js/huebee.js', 'defer'=>false); $logLimit = isset($_SESSION['log_limit']) ? $_SESSION['log_limit'] : RASPI_LOG_SIZE_LIMIT; - try { - $plugins = callbackTimeout(fn() => $pluginInstaller->getUserPlugins(), 3000); - $pluginsTable = $pluginInstaller->getHTMLPluginsTable($plugins); - } catch (\Exception $e) { - $errResponse = sprintf( - '