Commit 046b5d23 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 15cfa454
......@@ -24,7 +24,7 @@ do{
$Console->clearscreen();
//echo "Hallo $name \n";
$nameArr = explode(" ", $name);
switch ($name[0]){
switch ($nameArr[0]){
case "filme":
echo $Console->getColoredString("Filme", "black", "light_gray") .PHP_EOL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment