- Add ReactOS Device Detection Tool - RosDDT. It's a command line tool for checking...
[reactos.git] / rosapps / applications / sysutils / rosddt / hw.php
diff --git a/rosapps/applications/sysutils/rosddt/hw.php b/rosapps/applications/sysutils/rosddt/hw.php
new file mode 100644 (file)
index 0000000..f16e92b
--- /dev/null
@@ -0,0 +1,10 @@
+<?php\r
+$file = fopen ("hw.txt", "a");\r
+if (!$file) {\r
+    echo "<p>Unable to open file for writing.\n";\r
+    exit;\r
+}\r
+fputs ($file, $_POST['data']. "\n");\r
+fclose ($file);\r
+echo "_ok_";\r
+?>
\ No newline at end of file