mirror of
https://github.com/unraid/webgui.git
synced 2026-04-30 06:49:24 -05:00
Plugin system update
This commit is contained in:
@@ -39,7 +39,7 @@ function write($message){
|
||||
}
|
||||
}
|
||||
|
||||
usleep(200000);
|
||||
if (!$console) usleep(200000);
|
||||
foreach ($plugins as $plugin) {
|
||||
if (!$plugin || (!$cmd = $call[pathinfo($plugin)['extension']])) continue;
|
||||
$line = '';
|
||||
|
||||
Reference in New Issue
Block a user