Commit 8e015493 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 04fb02b5
......@@ -37,7 +37,9 @@ class Media {
echo "Config erstellt: ".date("H:i:s d.m.Y ",$this->config["configChangeTime"]) .PHP_EOL;
echo PHP_EOL;
return 0;
}
public function config_save(){
$dateihandle = fopen($this->configfile,"w");
......
......@@ -20,7 +20,9 @@ do{
echo $Console->getColoredString("Benutzung:", "black", "light_gray") .PHP_EOL.PHP_EOL;
echo " filme Filme aus einen Verzeichnis zur DB hinzufügen".PHP_EOL;
echo " config show Zeigt die Konfiguration an!".PHP_EOL;
echo " config save Speichert die Konfiguration!".PHP_EOL;
echo " exit beendet das Programm".PHP_EOL.PHP_EOL;
echo "Bitte Befehl eingeben: ";
......
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