/src/download.php

Description
Description | Includes

download.php

Handles attachment downloads to the users computer. Also allows displaying of attachments when possible.

Includes
Description | Includes
require ('../include/init.php' ) (line 21 )

Include the SquirrelMail initialization file.

require (SM_PATH.'functions/mime.php' ) (line 26 )
require (SM_PATH.'functions/date.php' ) (line 39 )

If a message is viewed from the search page, $aMailbox[$passed_id]['MESSAGE_OBJECT'] is not initialized, which makes this page error out on line 65 with an undefined function. We need to include some additional files in case the object has not been initialized.

TODO: Determine why the object in question is not initialized when coming from a search page and correct. Once that is done, we can remove these includes.

Documentation generated on 2020年1月13日 04:22:24 +0100 by phpDocumentor 1.4.3

AltStyle によって変換されたページ (->オリジナル) /