diff options
Diffstat (limited to 'test/test.inc.php')
-rw-r--r-- | test/test.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.inc.php b/test/test.inc.php new file mode 100644 index 0000000..853270c --- /dev/null +++ b/test/test.inc.php @@ -0,0 +1,4 @@ +<?php +if (isset($_POST['your-submit'])) { + # echo $_POST['your-submit']; +} |