Go to the documentation of this file. 28 require_once(
'variables_common.inc');
30 if (!defined(
"CONFIG_DIR")) {
31 define(
"CONFIG_DIR",
"/etc/fusiondirectory/");
38 if (!defined(
"CONFIG_FILE")) {
39 define(
"CONFIG_FILE",
"fusiondirectory.conf");
45 define(
"SMARTY",
"/usr/share/php/smarty3/Smarty.class.php");
50 define(
"SPOOL_DIR",
"/var/spool/fusiondirectory/");
55 define(
"CACHE_DIR",
"/var/cache/fusiondirectory/");
60 define(
"LOCALE_DIR",
"/var/cache/fusiondirectory/locale/");
65 define(
"TEMP_DIR",
"/var/cache/fusiondirectory/tmp/");
70 define(
"CONFIG_TEMPLATE_DIR",
"/var/cache/fusiondirectory/template/");
75 define(
"FAI_LOG_DIR",
"/var/cache/fusiondirectory/fai/");
80 define(
"SUPANN_DIR",
"/etc/fusiondirectory/supann/");
85 define(
"CLASS_CACHE",
"class.cache");