Commit a2da782a authored by Nico Schallehn's avatar Nico Schallehn

test

parent 95fa172d
......@@ -107,6 +107,7 @@ class Media {
//echo " ".$this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':'').$value[1].PHP_EOL;
echo $this->parseMovie($this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':''), $value[1]).PHP_EOL;
$end = microtime(true);
$laufzeit = $end - $start;
echo "Laufzeit: ".$laufzeit." Sekunden!".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