From 1cb99aa4ef33c86356987fa15c75b4511e86beaa Mon Sep 17 00:00:00 2001 From: Stephan Geisler Date: Fri, 4 Feb 2022 13:49:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Evm=5Fcontrol.php=E2=80=9C=20hinzuf?= =?UTF-8?q?=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vm_control.php | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 vm_control.php 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