diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-10-29 15:04:53 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-10-29 15:04:53 +0000 |
commit | 94499fed59511500421bab71e0686444d71ed22a (patch) | |
tree | 90e5b8a9d769828e8968879ba82e3eeb56819405 /config/ampache.cfg.php.dist | |
parent | 87b9d782bc8a113a40835f798e38bdaa258d3bd7 (diff) | |
download | ampache-94499fed59511500421bab71e0686444d71ed22a.tar.gz ampache-94499fed59511500421bab71e0686444d71ed22a.tar.bz2 ampache-94499fed59511500421bab71e0686444d71ed22a.zip |
Add a note that require_session and use_auth=false are mutually exclusive
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 8e0f3fb7..363f135f 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -118,7 +118,8 @@ access_control = "true" ; Require Session ; If this is set to true ampache will make sure that the URL passed when ; attempting to retrieve a song contains a valid Session ID This prevents -; others from guessing URL's +; others from guessing URL's. This setting is ignored if you have use_auth +; disabled. ; DEFAULT: true require_session = "true" |