From c90abeeeeda5cce922d9d10a6a7476318f6f22ac Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Thu, 19 Apr 2012 11:29:46 +0200 Subject: [PATCH] Fixes: #806 all the templates should be read from /var/cache/fusiondirectory/mail --- include/variables.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/variables.inc b/include/variables.inc index d3929c84d..c13fd0de2 100644 --- a/include/variables.inc +++ b/include/variables.inc @@ -46,6 +46,9 @@ /* Directory containing the systems files */ define ("SYSTEMS_DIR", "/var/cache/fusiondirectory/systems/"); /* FusionDirectory systems template directory */ + /* Directory containing the mail files */ + define ("MAIL_DIR", "/var/cache/fusiondirectory/mail/"); /* FusionDirectory mail template directory */ + /* name of the class.cache file */ define("CLASS_CACHE", "class.cache"); /* name of the class cache */ ?> -- GitLab