From ff6d5db0adc722757969c82714e74685286a16f6 Mon Sep 17 00:00:00 2001 From: tokul Date: Tue, 20 Dec 2005 09:19:45 +0000 Subject: [PATCH] (#1377333) if relative path is set without SM_PATH, it is broken. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10490 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config_default.php b/config/config_default.php index 39cd1945..a53d7e03 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -448,6 +448,7 @@ $noselect_fix_enable = false; * It is a possible security hole to have a writable directory * under the web server's root directory (ex: /home/httpd/html). * The path name can be absolute or relative (to the config directory). + * If path is relative, it must use SM_PATH constant. * Here are two examples: * * Absolute: -- 2.25.1