summaryrefslogtreecommitdiffstats
path: root/application/libraries/Ddownload/drivers/Ddownload_lighttpd.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/libraries/Ddownload/drivers/Ddownload_lighttpd.php')
-rw-r--r--application/libraries/Ddownload/drivers/Ddownload_lighttpd.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/libraries/Ddownload/drivers/Ddownload_lighttpd.php b/application/libraries/Ddownload/drivers/Ddownload_lighttpd.php
index 31db4d340..780f60838 100644
--- a/application/libraries/Ddownload/drivers/Ddownload_lighttpd.php
+++ b/application/libraries/Ddownload/drivers/Ddownload_lighttpd.php
@@ -16,7 +16,6 @@ class Ddownload_lighttpd extends Ddownload_Driver {
if (strpos($file, $upload_path) !== 0) {
show_error('Invalid file path');
- return;
}
header('Content-disposition: inline; filename="'.$filename."\"\n");