summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-07-21 18:32:55 -0400
committerEudyptula <eitan@mosenkis.net>2009-07-21 18:32:55 -0400
commitd9e451fc01041dcbbc7558325c52783abf0efadd (patch)
treefb4e11774286c18da57ccc4130af2d466cced94f /frontend
parentAdded bkisofs ISO manipulation library and wrote CLI wrapper for it (diff)
downloadingenue-d9e451fc01041dcbbc7558325c52783abf0efadd.tar.gz
ingenue-d9e451fc01041dcbbc7558325c52783abf0efadd.tar.bz2
ingenue-d9e451fc01041dcbbc7558325c52783abf0efadd.zip
Integrated bkisofs-cli into livecd and installcd bundlers, fixed various things in bkisofs-cli and the backend
Diffstat (limited to 'frontend')
-rw-r--r--frontend/pages/builds/download.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/pages/builds/download.php b/frontend/pages/builds/download.php
index 8ce338c..c662cf1 100644
--- a/frontend/pages/builds/download.php
+++ b/frontend/pages/builds/download.php
@@ -43,7 +43,7 @@ function init_builds_download() {
}
function body_builds_download() {
global $S;
- readfile($S['file']);
+ readfile($S['builds_download']['file']);
// Log the download to db after sending data so hopefully HEAD requests won't artificially inflate the # of dls
$S['builds_download']['dl']->write();
}