file locking
This commit is contained in:
@@ -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></>
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user