diff options
author | Eudyptula <eitan@mosenkis.net> | 2009-07-21 18:32:55 -0400 |
---|---|---|
committer | Eudyptula <eitan@mosenkis.net> | 2009-07-21 18:32:55 -0400 |
commit | d9e451fc01041dcbbc7558325c52783abf0efadd (patch) | |
tree | fb4e11774286c18da57ccc4130af2d466cced94f /frontend | |
parent | Added bkisofs ISO manipulation library and wrote CLI wrapper for it (diff) | |
download | ingenue-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.php | 2 |
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(); } |