Commit 559ebb9e authored by Nico Schallehn's avatar Nico Schallehn

test

parent ca1e3d49
...@@ -86,7 +86,7 @@ class Media { ...@@ -86,7 +86,7 @@ class Media {
public function filme($action = "einlesen"){ public function filme($action = "einlesen"){
$start = time(); $start = time();
$endLast = time(); $endLast = time();
$korrektor=0; $korrektor=1;
if(in_array($action, array( "einlesen","check", "checkmd5", "nfo"))){ if(in_array($action, array( "einlesen","check", "checkmd5", "nfo"))){
//var_dump($this->config); //var_dump($this->config);
echo $this->Console->getColoredString("Filme > ".$action, "black", "light_gray") .PHP_EOL; echo $this->Console->getColoredString("Filme > ".$action, "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