aboutsummaryrefslogtreecommitdiff
path: root/w/view/templates/readcreate.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-10-31 15:28:37 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-10-31 15:28:37 +0100
commit26f88e043ebedcadd337011ce527f6148350f0dc (patch)
treeb41d1c9dd646c35a2cac88ba999b0cdd35726a68 /w/view/templates/readcreate.php
parente17392e46259e6f2e012017987cf7c31c171488f (diff)
downloadwcms-26f88e043ebedcadd337011ce527f6148350f0dc.tar.gz
wcms-26f88e043ebedcadd337011ce527f6148350f0dc.zip
homemade very root database engine
Diffstat (limited to 'w/view/templates/readcreate.php')
-rw-r--r--w/view/templates/readcreate.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/w/view/templates/readcreate.php b/w/view/templates/readcreate.php
index fd5df18..dc36420 100644
--- a/w/view/templates/readcreate.php
+++ b/w/view/templates/readcreate.php
@@ -1,3 +1,5 @@
-<form action="/?id=<?= $id ?>&action=add">
+<form action="./" method="get">
+<input type="hidden" name="id" value="<?= $id ?>">
+<input type="hidden" name="action" value="add">
<input type="submit" value="create">
</form> \ No newline at end of file