From 30ea3ae69f4c4bac139593a413faeba1b5a05a71 Mon Sep 17 00:00:00 2001 From: jerome Date: Sun, 12 Oct 2025 17:31:28 +0200 Subject: cesar --- www/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/page.php') 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 "

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

"; } - 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 "Bien joué ! Ton flag est ".getenv('FLAG0').""; -- cgit v1.2.3