From ca7a1a2a894b1d0b02109f3c50934d333a27742a Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 3 Sep 2025 17:28:32 +0200 Subject: Dockerfile --- www/page.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/page.php b/www/page.php index e93b279..e7ac2f2 100644 --- a/www/page.php +++ b/www/page.php @@ -9,13 +9,13 @@ Merci ".$_REQUEST['username']." !

"; + echo "

Merci ".$_REQUEST['username']." !

"; } - if (isset($_REQUEST['os'])) + if (isset($_REQUEST['os'])) { - echo "

Votre OS favori est ".$_REQUEST['os']." !

"; + echo "

Votre OS favori est ".$_REQUEST['os']." !

"; } - if(isset($_COOKIE['date'])) + if(isset($_COOKIE['date'])) { echo "

Nous sommes le ".date("Y-m-d H:i:s",$_COOKIE['date'])."

"; } -- cgit v1.2.3