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

test

parent 15cfa454
...@@ -24,7 +24,7 @@ do{ ...@@ -24,7 +24,7 @@ do{
$Console->clearscreen(); $Console->clearscreen();
//echo "Hallo $name \n"; //echo "Hallo $name \n";
$nameArr = explode(" ", $name); $nameArr = explode(" ", $name);
switch ($name[0]){ switch ($nameArr[0]){
case "filme": case "filme":
echo $Console->getColoredString("Filme", "black", "light_gray") .PHP_EOL; 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