diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-27 08:40:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-27 08:40:23 +0000 |
commit | 65663a24f14bf544c8391c169239d0811eed4ffb (patch) | |
tree | aceffe4d5ffc0e11b9488ce404f57f4369c0df5e /batch.php | |
parent | 4d64e9219f3dce5ccdb283e777132c503dd355d6 (diff) | |
download | ampache-65663a24f14bf544c8391c169239d0811eed4ffb.tar.gz ampache-65663a24f14bf544c8391c169239d0811eed4ffb.tar.bz2 ampache-65663a24f14bf544c8391c169239d0811eed4ffb.zip |
move and break, move and break
Diffstat (limited to 'batch.php')
-rw-r--r-- | batch.php | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -19,21 +19,20 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* - - creates and sends a zip of an album or playlist - zip is just a container w/ no compression - - uses archive.php from - http://phpclasses.mirrors.nyphp.org/browse/file/3191.html - can modify to allow user to select tar, gzip, or bzip2 - - I believe archive.php requires zlib support to be eanbled - in your PHP build. -*/ +/** + * + * creates and sends a zip of an album or playlist + * zip is just a container w/ no compression + * + * uses archive.php from + * http://phpclasses.mirrors.nyphp.org/browse/file/3191.html + * can modify to allow user to select tar, gzip, or bzip2 + * + * I believe archive.php requires zlib support to be eanbled + * in your PHP build. + */ require_once('modules/init.php'); - require_once(conf('prefix') . "/lib/batch.php"); //test that batch download is permitted (user or system?) /* Drop the normal Time limit constraints, this can take a while */ |