From 08868a8c0f95c1b41e4f5b69833f64e760b3e9f3 Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 9 Jul 2006 22:20:46 +0000 Subject: [PATCH] - Make the default attachment dir /var/local/squirrelmail/attach, not $data_dir. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11375 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 2 ++ config/config_default.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93780b51..1fa1d690 100644 --- 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) -------------------------------------- diff --git a/config/config_default.php b/config/config_default.php index 30faa13a..a230308b 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -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. -- 2.25.1