Commit 4ef58cc7 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 76aeeb77
......@@ -32,7 +32,11 @@ class Media {
}
}
public function config_show(){
var_dump($this->config);
//var_dump($this->config);
echo $this->Console->getColoredString("Folgende Config ist geladen:","black", "light_gray").PHP_EOL.PHP_EOL;
echo "Config erstellt: ".date("Y-m-d | h:i:sa",$this->config["configChangeTime"]) .PHP_EOL;
}
public function config_save(){
......
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