Plugin system update

This commit is contained in:
bergware
2022-07-24 23:53:14 +02:00
parent d1e6c01ac7
commit b45b3a41f0
12 changed files with 16 additions and 13 deletions
@@ -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)));