Commit 59db91a3 authored by Nico Schallehn's avatar Nico Schallehn

tst

parent 774015b9
...@@ -3,9 +3,21 @@ ...@@ -3,9 +3,21 @@
$colors = new Colors(); $colors = new Colors();
echo "md5: ".$colors->getColoredString("Fehler!", "white", "red") .PHP_EOL; //echo "md5: ".$colors->getColoredString("Fehler!", "white", "red") .PHP_EOL;
echo "md5: ".$colors->getColoredString("Erfolgreich!", "white", "green") .PHP_EOL; //echo "md5: ".$colors->getColoredString("Erfolgreich!", "white", "green") .PHP_EOL;
switch ($arg[1]){
case "filme":
echo $colors->getColoredString("Filme", "black", "white") .PHP_EOL;
break;
default:
echo $colors->getColoredString("Benutzung:", "black", "white") .PHP_EOL;
echo " filme [Pfad zum einlesen] [Zielfestplatte]".PHP_EOL;
break;
}
?> ?>
\ No newline at end of file
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