Revert "Plugin system update"

This reverts commit 8f8c75dc67.
This commit is contained in:
bergware
2022-07-11 23:11:44 +02:00
parent 8f8c75dc67
commit 1a0e8de368
13 changed files with 13 additions and 12 deletions
@@ -39,7 +39,7 @@ function write($message){
}
}
usleep(100000);
usleep(50000);
foreach ($plugins as $plugin) {
if (!$plugin || (!$cmd = $call[pathinfo($plugin)['extension']])) continue;
$line = '';