diff options
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 11 |
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 |