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