mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
* Some security fixes (see below) * Small enhancements * A collection of bugfixes and stability enhancements PR: 112548 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) Approved by: portmgr (marcus) Security: http://www.vuxml.org/freebsd/0e575ed3-0764-11dc-a80b-0016179b2dd5.html
20 lines
577 B
PHP
20 lines
577 B
PHP
--- config/config_default.php.orig Wed May 9 16:48:26 2007
|
|
+++ config/config_default.php Wed May 9 16:49:20 2007
|
|
@@ -464,7 +464,7 @@
|
|
*
|
|
* @global string $data_dir
|
|
*/
|
|
-$data_dir = '/var/local/squirrelmail/data/';
|
|
+$data_dir = '/var/spool/squirrelmail/pref/';
|
|
|
|
/**
|
|
* Attachments directory
|
|
@@ -482,7 +482,7 @@
|
|
* + It should probably be another directory than data_dir.
|
|
* @global string $attachment_dir
|
|
*/
|
|
-$attachment_dir = '/var/local/squirrelmail/attach/';
|
|
+$attachment_dir = '/var/spool/squirrelmail/attach/';
|
|
|
|
/**
|
|
* Hash level used for data directory.
|