diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 596bf71a..5f970c6e 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -95,8 +95,9 @@ catalog_file_pattern = "mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx|ra|ape|s ; Use Access List ; Toggle this on if you want ampache to pay attention to the access list -; and only allow streaming/downloading/xml-rpc from known hosts by default -; xml-rpc will not work without this on. +; and only allow streaming/downloading/xml-rpc from known hosts xml-rpc +; will not work without this on. +; NOTE: Default Behavior is DENY FROM ALL ; DEFAULT: false ;access_control = "false" |