This commit is contained in:
jakub
2025-10-23 19:03:19 +02:00
parent e56b8ee782
commit c6270c51d9
4 changed files with 174 additions and 6 deletions

View File

@@ -43,12 +43,12 @@ if (isset($_POST['komentarz'])) {
$opinie =file_get_contents('./opinie.txt');
$opinie = nl2br($opinie);
}
if ($opinie != '') {
echo $opinie;
} else {
echo "Brak opinii na temat zmian klimatu.";
}
?>
if ($opinie != '') {
echo $opinie;
} else {
echo "Brak opinii na temat zmian klimatu.";
}
?>
</div>
</body>
</html>

View File

@@ -1,2 +1,3 @@
fff
fff
k