diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-23 01:47:18 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-23 01:47:18 +0000 |
commit | 2faea5f7b345ba0d9319d4466261b52c7bff0325 (patch) | |
tree | cb7b733c173a2c08a88449648987a4b55118fb35 /config | |
parent | e773d1e43fc566604964ffa93f70c1faae3a977d (diff) | |
download | ampache-2faea5f7b345ba0d9319d4466261b52c7bff0325.tar.gz ampache-2faea5f7b345ba0d9319d4466261b52c7bff0325.tar.bz2 ampache-2faea5f7b345ba0d9319d4466261b52c7bff0325.zip |
re-wroked stats which means major db update, some stats dealies may still not work correctly
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 84574391..dba06e68 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -394,22 +394,6 @@ refresh_limit = "60" # DEFAULT: false #user_agreement = "false" -########################################################### -# These Option Control which playback methods are allowed # -########################################################### - -# Stream Playback -# Disable this if you don't want to allow people to stream -# using HTTP without down-sampling -# DEFAULT: true -allow_stream_playback = true - -# Down-sampling Playback -# Disable this if you don't want to allow people to down-sample -# songs before they are streamed -# DEFAULT: false -#allow_downsample_playback = false - ######################################################### # These options control the dynamic down-sampling based # # on current usage # |