<?php
declare(strict_types=1);

header('Content-Type: text/plain; charset=utf-8');

echo "LAMP-Stack läuft\n";
echo "PHP: " . PHP_VERSION . "\n";
echo "Serverzeit: " . date(DATE_ATOM) . "\n";
