moved old events to trash
[mirrors/Kyberia-bloodline.git] / trash / test_button.inc
diff --git a/trash/test_button.inc b/trash/test_button.inc
new file mode 100644 (file)
index 0000000..ca95069
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+function test_button() {
+       global $db,$error;
+       $referer = $_SERVER['HTTP_REFERER'];
+       echo $referer;
+       echo $_POST['text'];
+//     header("location: ".$referer."");
+}
+?>
This page took 0.128823 seconds and 4 git commands to generate.