Make script executable

This commit is contained in:
bergware
2022-07-20 11:57:28 +02:00
parent 36448a78c4
commit 21ec27d52d

2
plugins/dynamix/scripts/wg_config Normal file → Executable file
View File

@@ -81,6 +81,6 @@ if (is_file("$path/$file.png")) {
$html[] = "<img src=\"/$file.png?v=".filemtime("$path/$file.png")."\">";
}
usleep(50000);
usleep(200000);
write(implode($style).implode($script).implode($html));
?>