diff options
author | Karl Vollmer <vollmer@ampache.org> | 2010-12-10 09:00:13 -0400 |
---|---|---|
committer | Karl Vollmer <vollmer@ampache.org> | 2010-12-10 09:00:13 -0400 |
commit | 404e5c54032a85a2a3927996c3036dd88050888a (patch) | |
tree | d03e8e7baf3406a2ded974e5dc509c0b7e1a6887 /config | |
parent | 636ac7b33b0e08b394b665b7c52e551f5ef4efa7 (diff) | |
download | ampache-404e5c54032a85a2a3927996c3036dd88050888a.tar.gz ampache-404e5c54032a85a2a3927996c3036dd88050888a.tar.bz2 ampache-404e5c54032a85a2a3927996c3036dd88050888a.zip |
Fix #140 - Remove xml_rpc config option as it is no longer needed as of 3.6, all API related functions are controlled by the ACL.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 87ac2cef..fce5218f 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -165,12 +165,6 @@ require_localnet_session = "true" ; DEFAULT: 42 days ;user_ip_cardinality = "42" -; Use XML-RPC -; Allow XML-RPC connections, if you don't want _any_ possibility of your -; catalog being streamed from another location comment this out -; DEFAULT: false -;xml_rpc = "false" - ; Allow Zip Download ; This setting allows/disallows using zlib to zip up an entire ; playlist/album for download. Even if this is turned on you will |