This commit is contained in:
Jephté Clain 2025-02-10 07:50:01 +04:00
parent 2b2efd104a
commit 41f1e225de

View File

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