Update heading in index.php to change test title

This commit is contained in:
Fabian Schieder 2026-02-28 01:03:47 +01:00
parent 62eced056d
commit 6dd4b67b84

View File

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