Commit f76a3010 authored by Nico Schallehn's avatar Nico Schallehn

test

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