summaryrefslogtreecommitdiff
path: root/www/page.php
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-10-12 17:31:28 +0200
committerjerome <jerome@xlinfo.fr>2025-10-12 17:31:28 +0200
commit30ea3ae69f4c4bac139593a413faeba1b5a05a71 (patch)
treee37db99eee3d1b09805ce4c22e5b7f96b8188aa7 /www/page.php
parent0c9641ec140b28d0aace0efe3569ddf78decc01a (diff)
downloadhttp-30ea3ae69f4c4bac139593a413faeba1b5a05a71.tar.gz
http-30ea3ae69f4c4bac139593a413faeba1b5a05a71.zip
cesar
Diffstat (limited to 'www/page.php')
-rw-r--r--www/page.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/page.php b/www/page.php
index 7eab917..f88fa3a 100644
--- a/www/page.php
+++ b/www/page.php
@@ -15,7 +15,7 @@
{
echo "<p>Votre OS favori est ".$_REQUEST['os']." !</p>";
}
- if (preg_match( "/[Ll][Ii][Nn][Uu][Xx]/",$_REQUEST['os']))
+ if (preg_match( "/[Ll][Ii][Nn][Uu][Xx]/",$_POST['os'])) //trop facile en get !
{
if(getenv('FLAG0')){
echo "<strong>Bien joué ! Ton flag est ".getenv('FLAG0')."</strong>";