- Make the default attachment dir /var/local/squirrelmail/attach, not
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 9 Jul 2006 22:20:46 +0000 (22:20 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 9 Jul 2006 22:20:46 +0000 (22:20 +0000)
  $data_dir.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11375 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
config/config_default.php

index 93780b5155bb70c5c31461fa3141321d2d8d8ec2..1fa1d690c6cd3942d50bb1be122c2cbb42e86e41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -93,6 +93,8 @@ Version 1.5.2 - CVS
   - 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)
 --------------------------------------
index 30faa13a71316710e3748c3d7f9119fd15b32593..a230308b9fc59a21d30e0aca2325781de399cbbf 100644 (file)
@@ -493,7 +493,7 @@ $data_dir = '/var/local/squirrelmail/data';
  *    + 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.