file locking

This commit is contained in:
udo
2021-12-07 01:32:46 +00:00
parent 0685fdf29a
commit 1f0f08f787
6 changed files with 74 additions and 26 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
void show_form()
{
<form action="?" method="post" enctype="multipart/form-data">
<><form action="?" method="post" enctype="multipart/form-data">
<div>
<label>Some text:</label>
<input type="text" name="fühld" value="<?= context->post["fühld"] ?>"/>
@@ -14,7 +14,7 @@ void show_form()
<div>
<input type="submit" value="Submit Form"/>
</div>
</form>
</form></>
}