This commit is contained in:
vagrant 2020-05-06 18:09:12 +00:00
parent 2e54db7dd9
commit a2509fead4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<html>
<body>
<?php if (isset($_POST['text'])) {
<?php if (! isset($_POST['text'])) {
echo '
<form action="/" method="post">
Tekst: <textarea name="text"></textarea>