diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-16 15:58:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-16 15:58:06 +0100 |
commit | e35ee70e457faa44021b9ca270ba52c564744d2e (patch) | |
tree | 8361118d9ed1c423bcf7b198e5b521631de0253d /glpi-9.2-config_path.php | |
parent | 46a4d7ed34b4c3b64f341b00809d293a495e33a4 (diff) |
v9.2.1
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'); |