FusionDirectory
|
Go to the source code of this file.
Variables | |
const | SMARTY (!defined("CONFIG_FILE")) "/usr/share/php/smarty3/Smarty.class.php" |
Allow setting the config file in the apache configuration e.g. SetEnv CONFIG_FILE fusiondirectory.conf 1.0. More... | |
const | SPOOL_DIR "/var/spool/fusiondirectory/" |
Smarty compile dir. | |
const | CACHE_DIR "/var/cache/fusiondirectory/" |
Global cache dir. | |
const | LOCALE_DIR "/var/cache/fusiondirectory/locale/" |
Global locale cache dir. | |
const | TEMP_DIR "/var/cache/fusiondirectory/tmp/" |
Global tmp dir. | |
const | CONFIG_TEMPLATE_DIR "/var/cache/fusiondirectory/template/" |
Directory containing the configuration template. | |
const | FAI_LOG_DIR "/var/cache/fusiondirectory/fai/" |
Directory containing the fai logs. | |
const | SUPANN_DIR "/etc/fusiondirectory/supann/" |
Directory containing the vacation files. | |
const | CLASS_CACHE "class.cache" |
name of the class.cache file | |
Define common locations and variables Generated by fusiondirectory-configuration-manager
Definition in file variables.inc.
const SMARTY(!defined("CONFIG_FILE")) "/usr/share/php/smarty3/Smarty.class.php" |
Allow setting the config file in the apache configuration e.g. SetEnv CONFIG_FILE fusiondirectory.conf 1.0.
Path for smarty3 libraries
Definition at line 45 of file variables.inc.