diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-04 22:31:29 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-04 22:31:29 +0000 |
commit | 2066c7908b5a033415022ad50102be48e2c4d4ab (patch) | |
tree | 8808f6d46dd566e78f38558489f28911d3b1115c /config | |
parent | 32fbc5c23904e7cb96a3bb1e1f9e45b8eebf342e (diff) | |
download | ampache-2066c7908b5a033415022ad50102be48e2c4d4ab.tar.gz ampache-2066c7908b5a033415022ad50102be48e2c4d4ab.tar.bz2 ampache-2066c7908b5a033415022ad50102be48e2c4d4ab.zip |
Remove misleading comment about debugging from the config file.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index a30988a4..165c769d 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -339,10 +339,7 @@ amazon_base_urls = "http://webservices.amazon.com" max_amazon_results_pages = 1 ; Debug -; If this is enabled Ampache will get really chatty -; warning this can crash browser during catalog builds due to -; the amount of text that is dumped out this will also cause -; ampache to write to the log file +; If this is enabled Ampache will write debugging information to the log file ; DEFAULT: false ;debug = "false" |