Commit 04fb02b5 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 4ef58cc7
......@@ -34,7 +34,7 @@ class Media {
public function config_show(){
//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;
echo "Config erstellt: ".date("H:i:s d.m.Y ",$this->config["configChangeTime"]) .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