mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- controlapi: allow to get moviebrowser.conf with config call
This commit is contained in:
@@ -2956,6 +2956,8 @@ void CControlAPI::ConfigCGI(CyhookHandler *hh) {
|
||||
// Para "config" describes the config type
|
||||
if (configFileName == "neutrino")
|
||||
config_filename = NEUTRINO_CONFIGFILE;
|
||||
else if (configFileName == "moviebrowser")
|
||||
config_filename = MOVIEBROWSER_CONFIGFILE;
|
||||
else if (configFileName == "nhttpd")
|
||||
config_filename = HTTPD_CONFIGFILE;
|
||||
else if (configFileName == "yweb")
|
||||
|
Reference in New Issue
Block a user