From 9d0ee6a7f8e2f4596da04acbc756d47fed2550fb Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Thu, 19 Apr 2012 11:21:54 +0200 Subject: [PATCH] Fixes: #800 all the templates should be read from /var/cache/fusiondirectory/supann --- include/variables.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/variables.inc b/include/variables.inc index 4e6139cb3..b3f8ec4c8 100644 --- a/include/variables.inc +++ b/include/variables.inc @@ -37,6 +37,9 @@ /* Directory containing the vacation files */ define ("VACATION_DIR", "/var/cache/fusiondirectory/vacation/"); /* FusionDirectory vacation directory */ + /* Directory containing the vacation files */ + define ("SUPANN_DIR", "/var/cache/fusiondirectory/supann/"); /* FusionDirectory supann template directory */ + /* name of the class.cache file */ define("CLASS_CACHE", "class.cache"); /* name of the class cache */ ?> -- GitLab