Update
This commit is contained in:
BIN
cgi-bin/uebung08/.hangman-init.php.kate-swp
Normal file
BIN
cgi-bin/uebung08/.hangman-init.php.kate-swp
Normal file
Binary file not shown.
@@ -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>
|
||||||
|
Reference in New Issue
Block a user