Public Member Functions | |
init () | |
render () |
Article file download page.
Definition at line 7 of file download.php.
Download.init | ( | ) |
Prevents from loading any component as this controller only returns file content if token is valid
Reimplemented from oxUBase.
Definition at line 15 of file download.php.
Download.render | ( | ) |
Checks if given token is valid, formats HTTP headers, and outputs file to buffer.
If token is not valid, redirects to start page.
Reimplemented from oxUBase.
Definition at line 28 of file download.php.