diff options
author | thlo <smarttv640@gmail.com> | 2013-09-01 21:09:15 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-09-01 21:09:15 +0200 |
commit | 417202343b64947e80dbe14b4ab456cc6442e88c (patch) | |
tree | 1e73bb20f1ac91725dfd1e0f124c419c1fe7a391 /smarttvweb.conf | |
parent | 752587bccad186db28df673f84690eb265ecd991 (diff) | |
download | vdr-plugin-smarttvweb-417202343b64947e80dbe14b4ab456cc6442e88c.tar.gz vdr-plugin-smarttvweb-417202343b64947e80dbe14b4ab456cc6442e88c.tar.bz2 |
New enable flag for RecCmds and new Port parameter in smarttvweb.conf. Bug fixes.
Diffstat (limited to 'smarttvweb.conf')
-rw-r--r-- | smarttvweb.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/smarttvweb.conf b/smarttvweb.conf index 07920dc..10adaa7 100644 --- a/smarttvweb.conf +++ b/smarttvweb.conf @@ -26,3 +26,8 @@ GroupSeparators Ignore # Bind the web server to a specific IP address. Otherwise, the Web Server is listening on ALL interfaces. #ServerAddress 127.0.0.1 +# Bind the web server to a specific port. Default is Port 8000. +#ServerPort 8000 + +# Allow execution of reccmd.conf defined programs through the widget. Ensure that only authorized hosts get access to the plugin (e.g. firewall protected). +#RecCmds enable |