diff options
author | Chris Slamar <chris@slamar.org> | 2010-12-14 21:55:35 -0600 |
---|---|---|
committer | Chris Slamar <chris@slamar.org> | 2010-12-14 21:55:35 -0600 |
commit | 441532ef247f761127bd11981c17ac6b10f3a163 (patch) | |
tree | e6f4414b8bf661c42550a169d09d396dcac6f3c5 /config | |
parent | 67b5cbee4af139605292532d89e8b4436bba5711 (diff) | |
download | ampache-441532ef247f761127bd11981c17ac6b10f3a163.tar.gz ampache-441532ef247f761127bd11981c17ac6b10f3a163.tar.bz2 ampache-441532ef247f761127bd11981c17ac6b10f3a163.zip |
fixed typo. One of many I imagine
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/ampache.cfg.php b/config/ampache.cfg.php index 4a4eeee2..b15ed7eb 100644 --- a/config/ampache.cfg.php +++ b/config/ampache.cfg.php @@ -347,7 +347,7 @@ max_amazon_results_pages = 1 ; Debug ; If this is enabled Ampache will write debugging information to the log file ; DEFAULT: false -;debug = "false" +debug = "true" ; Debug Level ; This should always be set in conjunction with the @@ -368,7 +368,7 @@ debug_level = 5 ; the specified directory exists and your HTTP server has ; write access. ; DEFAULT: NULL -;log_path = "/var/log/ampache" +log_path = "/var/log/ampache" ; Charset of generated HTML pages ; Default of UTF-8 should work for most people @@ -629,6 +629,7 @@ use_rss = true ; your mail auth password. ;mail_auth_pass = "" -; Twitter Keys +; Twitter +twitter = true twitter_consumer_key = "tCCFlruiduHyUuC2vNQEyQ" twitter_consumer_secret = "omRMNdRNktRIqxJVm2uTDyN5iDTUF6Q8eBoinTNgI" |