afficher le nom d'hôte

This commit is contained in:
Jephté Clain 2025-02-10 07:48:21 +04:00
parent 8e00aa552f
commit 2b2efd104a

View File

@ -15,6 +15,7 @@ $count = $st->fetch()["count"];
</head>
<body>
<h1>prout</h1>
<p>Je suis <?=getenviron("HOSTNAME")?></p>
<p>Nombre de visites: <?=$count?></p>
<ul>
<?php