summaryrefslogtreecommitdiffstats
path: root/batch.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-27 08:40:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-27 08:40:23 +0000
commit65663a24f14bf544c8391c169239d0811eed4ffb (patch)
treeaceffe4d5ffc0e11b9488ce404f57f4369c0df5e /batch.php
parent4d64e9219f3dce5ccdb283e777132c503dd355d6 (diff)
downloadampache-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.php25
1 files changed, 12 insertions, 13 deletions
diff --git a/batch.php b/batch.php
index 5cd94f42..752176c9 100644
--- a/batch.php
+++ b/batch.php
@@ -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 */