summaryrefslogtreecommitdiff
path: root/www/page.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/page.php')
-rw-r--r--www/page.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/page.php b/www/page.php
index 92c6efb..7eab917 100644
--- a/www/page.php
+++ b/www/page.php
@@ -17,8 +17,8 @@
}
if (preg_match( "/[Ll][Ii][Nn][Uu][Xx]/",$_REQUEST['os']))
{
- if(getenv('FLAG')){
- echo "<strong>Bien joué ! Ton flag est ".getenv('FLAG')."</strong>";
+ if(getenv('FLAG0')){
+ echo "<strong>Bien joué ! Ton flag est ".getenv('FLAG0')."</strong>";
}
}
?>