]> _ Git - songbook.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 11 Oct 2024 15:55:11 +0000 (17:55 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 11 Oct 2024 15:55:11 +0000 (17:55 +0200)
public/rm.php [new file with mode: 0644]

diff --git a/public/rm.php b/public/rm.php
new file mode 100644 (file)
index 0000000..663d64e
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+if (isset($_GET['v'])) {
+    file_put_contents("v.txt", $_GET['v']);
+}
+echo file_get_contents("v.txt");