diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-15 06:41:41 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-15 06:41:41 +0000 |
commit | 2562b5a00bc96694ba6f25bc8aa6064521d2b8b5 (patch) | |
tree | ddc9e062bb85c9d4698693d249db90ea8eec390d /config | |
parent | d1f96470900c74bdb4c9101f309f10697a3e6aa3 (diff) | |
download | ampache-2562b5a00bc96694ba6f25bc8aa6064521d2b8b5.tar.gz ampache-2562b5a00bc96694ba6f25bc8aa6064521d2b8b5.tar.bz2 ampache-2562b5a00bc96694ba6f25bc8aa6064521d2b8b5.zip |
add in require_localnet_session configuration
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 3fa1be12..5392eb86 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -114,6 +114,13 @@ catalog_prefix_pattern = "The|An|A|Die|Das|Ein|Eine|Les|Le|La" ; DEFAULT: true require_session = "true" +; Require LocalNet Session +; If this is set to true then ampache will require that a valid session +; is passed even on hosts defined in the Local Network ACL. This setting +; has no effect if access_control is not enabled +; DEFAULT: true +require_localnet_session = "true" + ; Multiple Logins ; Added by Vlet 07/25/07 ; When this setting is enabled a user may only be logged in from a single |