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){
|
||||
curl_close($nchan);
|
||||
}
|
||||
|
||||
usleep(200000);
|
||||
usleep(300000);
|
||||
if ($file) {
|
||||
foreach ($valid as $check) if (strncmp($file,$check,strlen($check))===0) $good = true;
|
||||
if ($good && pathinfo($file)['extension']=='txt') write(Markdown(file_get_contents($file)));
|
||||
|
||||
Reference in New Issue
Block a user