diff options
| author | jerome <jerome@xlinfo.fr> | 2025-10-12 15:35:32 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-10-12 15:35:32 +0200 |
| commit | 0c9641ec140b28d0aace0efe3569ddf78decc01a (patch) | |
| tree | 6432f3dbeca6410a53367269d5761491b3a5eabf /www/page.php | |
| parent | c0939701729529e1910f0ff138f97dabd8b8411a (diff) | |
| download | http-0c9641ec140b28d0aace0efe3569ddf78decc01a.tar.gz http-0c9641ec140b28d0aace0efe3569ddf78decc01a.zip | |
env-file
Diffstat (limited to 'www/page.php')
| -rw-r--r-- | www/page.php | 4 |
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>"; } } ?> |
