summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-18 15:16:02 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-18 15:16:02 +0000
commit77bc16f52520efe50ea0664b11f235897239a482 (patch)
treed970ed863bec575a335c98e4457879218f864d46 /config
parent698f05d14f880eb4ec7866ec3a8416ee4d1f838f (diff)
downloadampache-77bc16f52520efe50ea0664b11f235897239a482.tar.gz
ampache-77bc16f52520efe50ea0664b11f235897239a482.tar.bz2
ampache-77bc16f52520efe50ea0664b11f235897239a482.zip
fixed dbl negative on xml api and enabled the timestamp check as well as fixed a typo in the config file
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index ad6bb7c1..f301e594 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -96,7 +96,7 @@ catalog_file_pattern = "mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx|ra|ape|s
; Use Access List
; Toggle this on if you want ampache to pay attention to the access list
; and only allow streaming/downloading/xml-rpc from known hosts by default
-; xml-rpc will not working without this on.
+; xml-rpc will not work without this on.
; DEFAULT: false
;access_control = "false"