From 3b8bc27e85ff44062f740f930252d15d1fdc3a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Betn=C3=A9r?= Date: Wed, 31 May 2006 19:52:04 +0000 Subject: [PATCH] Added a page that is to be shown when someone tries to access Firefly from a non local host when there is no password set for the web admin. The page is not styled since the whole web admin will be "Fireflied" soonish. --- admin-root/no_access.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 admin-root/no_access.html diff --git a/admin-root/no_access.html b/admin-root/no_access.html new file mode 100644 index 00000000..0a8ba85e --- /dev/null +++ b/admin-root/no_access.html @@ -0,0 +1,24 @@ + + + + mt-daapd + +No access + + +

No access

+You have no password set in you config file.
+Without a password access is only permitted from the computer were
Firefly is running.
+
+To enable Firefly remote administration open your config file:
+@CONFFILE@
+Find the section mark [general] and add the following line after the mark:
+
+ +admin_pw = your_password + +
+
+You need to restart Firefly for the change to take effect. + + \ No newline at end of file