Commit 06804089 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 2966f912
......@@ -12,8 +12,8 @@ class Media {
echo $this->Console->getColoredString("Hinweis:","black", "light_gray")." Configfile: ".$configfile." geladen!";
}
else{
echo $this->Console->getColoredString("Hinweis:","black", "light_gray")." Configfile: ".$configfile." exisitiert nicht! Es werden defaults geladen!";
echo " Zum Anlegen der config bitte config save eingeben!";
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/",
......
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