X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig.php;h=4ae1f37655622c55357ac01a2378678b34718074;hp=04ef87a8afef9627c974ae7f599808be81b76898;hb=d0747e266fbef3f6507ebe98dbef71b30c8fde5f;hpb=db87f79ca460cafaeac69f613f49f6472fae6da6 diff --git a/config/config.php b/config/config.php index 04ef87a8..4ae1f376 100644 --- a/config/config.php +++ b/config/config.php @@ -104,4 +104,18 @@ // Whether or not to use META tags and automatically forward after an action has // been completed. $auto_forward = true; + +// Path to the data/ directory +// It is a possible security hole to have a writable directory under the web server's +// root directory (ex: /home/httpd/html). For this reason, it is possible to put +// the data directory anywhere you would like. The path name can be absolute or +// relative (to the config directory). It doesn't matter. Here are two examples: +// +// Absolute: +// $data_dir = "/usr/local/squirrelmail/data/"; +// +// Relative (to the config directory): +// $data_dir = "../data/"; + + $data_dir = "../data/haha/"; ?>