Doofe scheisse

This commit is contained in:
2019-06-30 18:40:00 +02:00
parent 9c1234f951
commit 20676cd12e

View File

@@ -41,9 +41,7 @@ function maskWord($word) {
function getAllWords() { function getAllWords() {
$str = file_get_contents("words-array.php"); $str = file_get_contents("words-array.php");
echo "lalala " . $str; return array($str);
$parsed = array($str);
echo "lala2: " . implode(", ", $parsed);
} }