Commit f76a3010 authored by Nico Schallehn's avatar Nico Schallehn

test

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