Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-23 | Remove unneeded return statements after show_error | Florian Pritz | 2 | -2/+0 | |
show_error() already exits after displaying the message. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-23 | Implement rangeDownload() as driver and provide sendfile implementations for ↵ | Pierre Schmitz | 4 | -0/+202 | |
Nginx and Lighttpd * The rangeDownload() function has been moved to libraries/Ddownload/drivers/Ddownload_php.php * The nginx and lighttpd drivers can be set via $config['download_driver'] Signed-off-by: Pierre Schmitz <pierre@archlinux.de> |