diff options
Diffstat (limited to 'glpi-9.2-config_path.php')
| -rw-r--r-- | glpi-9.2-config_path.php | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/glpi-9.2-config_path.php b/glpi-9.2-config_path.php index 30d30a0..5c0e672 100644 --- a/glpi-9.2-config_path.php +++ b/glpi-9.2-config_path.php @@ -27,6 +27,7 @@ defined('GLPI_RSS_DIR')        or define('GLPI_RSS_DIR',        GLPI_VAR_DIR . '  defined('GLPI_SESSION_DIR')    or define('GLPI_SESSION_DIR',    GLPI_VAR_DIR . '/_sessions');  defined('GLPI_TMP_DIR')        or define('GLPI_TMP_DIR',        GLPI_VAR_DIR . '/_tmp');  defined('GLPI_UPLOAD_DIR')     or define('GLPI_UPLOAD_DIR',     GLPI_VAR_DIR . '/_uploads'); +defined('GLPI_CACHE_DIR')      or define('GLPI_CACHE_DIR',      GLPI_VAR_DIR . '/_cache');  // Log  defined('GLPI_LOG_DIR')        or define('GLPI_LOG_DIR',        '/var/log/glpi');  | 
