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