diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-09 05:46:40 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-09 05:46:40 +0000 |
commit | 78590d7d512ada604987fdcc9c31a8c74591f64b (patch) | |
tree | 00e7cbb628f6c099cc51df7a86f85be3c5d5ca42 /config | |
parent | d885efaed4bdfbac1df06e0ff3a4fd0d46701b96 (diff) | |
download | ampache-78590d7d512ada604987fdcc9c31a8c74591f64b.tar.gz ampache-78590d7d512ada604987fdcc9c31a8c74591f64b.tar.bz2 ampache-78590d7d512ada604987fdcc9c31a8c74591f64b.zip |
fixed a problem with preferences showing disabled localplay modules, included sajax library
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 65f020c4..58317c59 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -140,8 +140,8 @@ tag_order = "file" # Use auth? # If this is set to "Yes" ampache will require a valid -# Username and password. If this is set to no then ampache -# will not ask you for a username and password. No is only +# Username and password. If this is set to false then ampache +# will not ask you for a username and password. false is only # recommended for internal only instances # DEFAULT true use_auth = "yes" |