Commit d635a0f6 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 31afc3a3
...@@ -20,6 +20,7 @@ do{ ...@@ -20,6 +20,7 @@ do{
$nameArr = explode(" ", $name); $nameArr = explode(" ", $name);
switch ($nameArr[0]){ switch ($nameArr[0]){
case "filme": case "filme":
echo $Media->filme($nameArr[1]); echo $Media->filme($nameArr[1]);
break; break;
case "config": case "config":
......
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