Commit 2f6dff20 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7c34c490
...@@ -92,8 +92,9 @@ class Media { ...@@ -92,8 +92,9 @@ class Media {
echo "Verzeichnis ".$this->PfadzumEinlesen." wird für Eingabe verwendet".PHP_EOL; echo "Verzeichnis ".$this->PfadzumEinlesen." wird für Eingabe verwendet".PHP_EOL;
} }
echo PHP_EOL;
echo "In welchen Verzeichnis liegen die einzulesenden Dateien? ( nur Enter = 1)" .PHP_EOL; echo "Auf welche Festplatte sollen die Filme gespeichert werden? ( nur Enter = 1)" .PHP_EOL;
$hddid = trim(fgets(STDIN)); $hddid = trim(fgets(STDIN));
$this->HDDID = (strlen($hddid)>0?$hddid:1); $this->HDDID = (strlen($hddid)>0?$hddid:1);
$this->PfadzumAusgeben = $this->config["HDD"][$hddid]["HDDdir"]; $this->PfadzumAusgeben = $this->config["HDD"][$hddid]["HDDdir"];
...@@ -104,7 +105,7 @@ class Media { ...@@ -104,7 +105,7 @@ class Media {
} }
trim(fgets(STDIN));
echo PHP_EOL; echo PHP_EOL;
//return ; //return ;
} }
......
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