file_force_file_download |
./file_force.module |
Implementation of hook_file_download().
This is what adds the headers which activates the force downloading. |
|
|
file_force_go |
./file_force.module |
The function that does stuff. This makes the file path correspond to the
correct filesystem path, lets us know that we should respond when our
hook_file_download() implementation is called, and finally calls
file_download() to start the download process. |
|
1 |
file_force_menu |
./file_force.module |
Implementation of hook_menu().
Note that the D5 and D6 versions of this module are identical in all ways,
which is why the function below contains elements for both versions. |
|
|