Commit 50f1c190 authored by Nico Schallehn's avatar Nico Schallehn

config show

parent cefa3453
...@@ -35,6 +35,9 @@ do{ ...@@ -35,6 +35,9 @@ do{
case "config save": case "config save":
$Media->config_save(); $Media->config_save();
break; break;
case "config show":
$Media->config_show();
break;
case "exit": case "exit":
$exit = true; $exit = true;
break; break;
......
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