summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/page.php8
1 files 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 @@
<?php
if (isset($_REQUEST['username']))
{
- echo "<p>Merci ".$_REQUEST['username']." !</p>";
+ echo "<p>Merci ".$_REQUEST['username']." !</p>";
}
- if (isset($_REQUEST['os']))
+ if (isset($_REQUEST['os']))
{
- echo "<p>Votre OS favori est ".$_REQUEST['os']." !</p>";
+ echo "<p>Votre OS favori est ".$_REQUEST['os']." !</p>";
}
- if(isset($_COOKIE['date']))
+ if(isset($_COOKIE['date']))
{
echo "<p>Nous sommes le ".date("Y-m-d H:i:s",$_COOKIE['date'])."</p>";
}