new file mode 100755
@@ -0,0 +1,6 @@
+<?php
+
+file_put_contents("./data/spotrep-".$_POST['callsign'].".txt", $_POST['spotrep']);
+shell_exec("cat data/*|uniq>./data.txt");
+?>