Update heading in index.php to include additional text

This commit is contained in:
Fabian Schieder 2026-02-28 01:00:30 +01:00
parent a055245cd7
commit 62eced056d

View File

@ -23,7 +23,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
<body>
<div class="box">
<h1>PHP funktioniert 123 </h1>
<h1>PHP funktioniert 123 dfghdfgh</h1>
<p><strong>Serverzeit:</strong> <?= date("d.m.Y H:i:s") ?></p>
<p><strong>PHP-Version:</strong> <?= phpversion() ?></p>