summaryrefslogtreecommitdiff
path: root/www/page.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/page.php')
-rw-r--r--www/page.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/page.php b/www/page.php
index 9d7a384..e93b279 100644
--- a/www/page.php
+++ b/www/page.php
@@ -7,7 +7,6 @@
<body>
<div>
<?php
-//if (isset($_REQUEST['password']) && $_REQUEST['password'] == "secret"){
if (isset($_REQUEST['username']))
{
echo "<p>Merci ".$_REQUEST['username']." !</p>";
@@ -20,10 +19,6 @@
{
echo "<p>Nous sommes le ".date("Y-m-d H:i:s",$_COOKIE['date'])."</p>";
}
-/*}
-else {
- echo "Mauvais mot de passe";
-}*/
?>
</div>
<p><a href="javascript:history.back()">Retour</a></p>