summaryrefslogtreecommitdiff
path: root/www/page.php
diff options
context:
space:
mode:
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>";