summaryrefslogtreecommitdiffstats
path: root/batch.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-06-21 21:54:54 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-06-21 21:54:54 +0000
commit90d61c3deb6540581133914bf90fa6b209268b19 (patch)
treed4267aa98e58aebae12b9dfdb9c5b60b4b7b4209 /batch.php
parent344591838ec3cc5ab16f87357224fc441ca92f6c (diff)
downloadampache-90d61c3deb6540581133914bf90fa6b209268b19.tar.gz
ampache-90d61c3deb6540581133914bf90fa6b209268b19.tar.bz2
ampache-90d61c3deb6540581133914bf90fa6b209268b19.zip
sync to trunk from 3.5 branch
Diffstat (limited to 'batch.php')
-rw-r--r--batch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/batch.php b/batch.php
index 461491ff..cb400162 100644
--- a/batch.php
+++ b/batch.php
@@ -69,5 +69,5 @@ switch ($_REQUEST['action']) {
$song_files = get_song_files($media_ids);
set_memory_limit($song_files['1']+32);
send_zip($name,$song_files['0']);
-
+exit;
?>