Support password-protected dreambox web interfaces
[playVideoOnDreamboxProxy.git] / README.rst
index b5bd18166c83ca1bd095cd170886a3486519d9c2..0ff7a5ef4eb3090adb86728430bb653dfd34774b 100644 (file)
@@ -28,6 +28,11 @@ or IP address by creating a config file in ``data/config.php``.
 
 Simply copy ``data/config.php.dist`` onto ``data/config.php`` and adjust it.
 
+If your dreambox web interface is password protected, add the username
+and password to the ``$dreamboxUrl`` configuration variable::
+
+  $dreamboxUrl = 'http://user:pass@dreambox';
+
 
 =====
 Usage