summaryrefslogtreecommitdiff
path: root/www/page.php
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-09-03 17:27:07 +0200
committerjerome <jerome@xlinfo.fr>2025-09-03 17:27:07 +0200
commit7f756990002dc0ec7b8ac026e1b2a40ebba819a3 (patch)
tree217104306fcb1fd0120a9db6548dc0648b11bfff /www/page.php
parent523245a857990540dc65148c19aec5aa7f120f9c (diff)
downloadhttp-7f756990002dc0ec7b8ac026e1b2a40ebba819a3.tar.gz
http-7f756990002dc0ec7b8ac026e1b2a40ebba819a3.zip
Dockerfile
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>