echo$this->Console->getColoredString("Hinweis:","black","light_gray")." Configfile: ".$configfile." exisitiert nicht! Es werden defaults geladen!".PHP_EOL;
echo" Zum Anlegen der config bitte config save eingeben!".PHP_EOL.PHP_EOL;
$this->config=array("configChangeTime"=>time(),
"HDD"=>array(1=>array("HDDdir"=>"/media/QNAP/",
"FolderFilme"=>"Filme/",
"Folder3D"=>"Filme3D/"),
2=>NULL,
3=>NULL,
4=>NULL,
5=>NULL)
);
}
}
publicfunctionconfig_show(){
//var_dump($this->config);
echo$this->Console->getColoredString("Folgende Config ist geladen:","black","light_gray").PHP_EOL.PHP_EOL;