diff --git a/vm_control.php b/vm_control.php new file mode 100644 index 0000000..146faf2 --- /dev/null +++ b/vm_control.php @@ -0,0 +1,69 @@ +"; + fwrite($fp, $input); + +// ----------------------------------------------- +// Datei freigeben + flock ($fp, LOCK_UN); + fclose($fp); + +// ----------------------------------------------- +// Rückgabe: + exit("Status notiert ..."); + +?> \ No newline at end of file