This commit is contained in:
2019-06-30 20:43:04 +02:00
parent 3275a18174
commit bf99261f35
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -43,7 +43,7 @@ echo <<<END
END; END;
} }
if ($errors > 8) { if ($errors > 8 || 1 == 1) {
$guessword = $_SESSION['toGuess']; $guessword = $_SESSION['toGuess'];
echo <<<END echo <<<END
<p>Das richtige Wort wäre $guessword gewesen!</p> <p>Das richtige Wort wäre $guessword gewesen!</p>