summaryrefslogtreecommitdiffstats
path: root/config/ampache.cfg.php.dist
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-10-29 15:04:53 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-10-29 15:04:53 +0000
commit94499fed59511500421bab71e0686444d71ed22a (patch)
tree90e5b8a9d769828e8968879ba82e3eeb56819405 /config/ampache.cfg.php.dist
parent87b9d782bc8a113a40835f798e38bdaa258d3bd7 (diff)
downloadampache-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.dist3
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"