Commit 96053f7c authored by Nico Schallehn's avatar Nico Schallehn

test

parent 046b5d23
...@@ -68,6 +68,10 @@ class Media { ...@@ -68,6 +68,10 @@ class Media {
$dateihandle = fopen($this->configfile,"w"); $dateihandle = fopen($this->configfile,"w");
fwrite($dateihandle, json_encode($this->config, JSON_PRETTY_PRINT)); fwrite($dateihandle, json_encode($this->config, JSON_PRETTY_PRINT));
fclose($dateihandle); fclose($dateihandle);
break;
default:
echo $this->Console->getColoredString("Kein Parameter für Config übergeben","red", "light_gray").PHP_EOL.PHP_EOL;
break; break;
} }
} }
......
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