Files
php-app/index.php
Thomas 5442495f9c init
2026-03-24 10:47:19 +00:00

7 lines
117 B
PHP

<h1>app sample </h1>
<p>Date: <?= date('c') ?> </p>
<p>ID: <?= uniqid() ?> </p>
<p>host: <?= gethostname() ?> </p>