Skip to content

Commit

Permalink
fix: captcha-luigi passphrase hardcoded instead of read from file
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-a-r-a-k-i authored and moul committed Oct 10, 2019
1 parent 6783b77 commit 8653a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levels/web/captcha-luigi/front/www/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
echo '<p>Score: ', $_SESSION['score'], '/1000';

if ($_SESSION['score'] >= 1000) {
echo "<p>The passphrase is: ", file_get_contents('/tmp/passphrase.txt'), "</p>";
echo "<p>The passphrase is: {passphrase}</p>";
}
?>
<div>
Expand Down

0 comments on commit 8653a20

Please sign in to comment.