code that uses $data_dir or $attachment_dir will need extra checks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11425
7612ce4b-ef26-0410-bec9-
ea0150e637f0
*
* @global string $data_dir
*/
-$data_dir = '/var/local/squirrelmail/data';
+$data_dir = '/var/local/squirrelmail/data/';
/**
* Attachments directory
* + It should probably be another directory than data_dir.
* @global string $attachment_dir
*/
-$attachment_dir = '/var/local/squirrelmail/attach';
+$attachment_dir = '/var/local/squirrelmail/attach/';
/**
* Hash level used for data directory.