summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-24 10:02:02 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-24 10:02:02 +0000
commit7a4d5df34f6391a7f94023112fbeb0bba330ffa5 (patch)
treeee111bfca4d91c923f40e133200760aecdca88a2 /config
parent3de0a91af3905dac753e2835403a806997cd6ba9 (diff)
downloadampache-7a4d5df34f6391a7f94023112fbeb0bba330ffa5.tar.gz
ampache-7a4d5df34f6391a7f94023112fbeb0bba330ffa5.tar.bz2
ampache-7a4d5df34f6391a7f94023112fbeb0bba330ffa5.zip
tweaked the file based zip downloads per CoFs recommendations, now uses temp name and includes ability to add commenting
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist11
1 files changed, 9 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index db13d68a..d791bfe9 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -158,9 +158,16 @@ require_session = "true"
; File Zip Path
; If File Zip Download is enabled this must be set to tell
-; Ampache which directory to save the file to
+; Ampache which directory to save the file to. Do not put a
+; trailing slash or this will not work.
; DEFAULT: false
-;file_zip_path= "false"
+;file_zip_path = "false"
+
+; File Zip Comment
+; This is an optional configuration option that adds a comment
+; to your zip files, this only applies if you've got allow_zip_downloads
+; DEFAULT: Ampache - Zip Batch Download
+;file_zip_comment = "Ampache - Zip Batch Download"
; This setting throttles a persons downloading to the specified
; bytes per second. This is not a 100% guaranteed function, and