diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-10 03:50:35 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-10 03:50:35 +0000 |
commit | ad05301d549924663370e447286f68b4c0ccdfde (patch) | |
tree | 500bb2a26c909b4ea0020a2e157bf89780d66230 /config | |
parent | 29aca5c21898ad71bbb537bf533a8adf0e74978d (diff) | |
download | ampache-ad05301d549924663370e447286f68b4c0ccdfde.tar.gz ampache-ad05301d549924663370e447286f68b4c0ccdfde.tar.bz2 ampache-ad05301d549924663370e447286f68b4c0ccdfde.zip |
fixed the title on registration, and a bunch of random other things
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 0df6d0cf..0eec2c02 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -161,7 +161,7 @@ use_auth = "yes" # 5 Star Ratings # This allows rattings for almost any object in ampache # POSSIBLE VALUES: false true -# DEFAULT: false +# DEFAULT: true ratings = "true" # This options will turn on/off Demo Mode |