Browse code

Inital commit with Data from ESF-2

Richard Cornwell (K9RCP) authored on 01/27/2022 10:55:50
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,6 @@
1
+<?php
2
+
3
+file_put_contents("./data/spotrep-".$_POST['callsign'].".txt", $_POST['spotrep']);
4
+shell_exec("cat data/*|uniq>./data.txt");
5
+
6
+?>