$data_dir.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11375
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Don't allow selecting INBOX as Sent, Draft or Trash folder (#1242346).
- Session cookies are turned on, if session.use_cookies is turned off
in PHP configuration (#1518885).
+ - Make the default attachment dir /var/local/squirrelmail/attach, not
+ $data_dir.
Version 1.5.1 (branched on 2006-02-12)
--------------------------------------
* + It should probably be another directory than data_dir.
* @global string $attachment_dir
*/
-$attachment_dir = $data_dir;
+$attachment_dir = '/var/local/squirrelmail/attach';
/**
* Hash level used for data directory.