diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-12 16:38:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-12 16:38:38 +0200 |
commit | 38ff4e5917fe067f5eb3ee2066b54cd8c6a0045c (patch) | |
tree | ff33aa2327e8ace2024c87e108b2461d990de6ac /glpi-9.2-config_path.php | |
parent | a11b43c7a5aac215f3cae1aa1efc97f44ce57b2f (diff) |
update to 9.3-RC2
drop dependency on jasig/phpcas
raise dependency on phpmailer/phpmailer 6.0
raise dependency on zendframework 2.8
allow sebastian/diff 2.0 and 3.0
add dependency on monolog/monolog
Diffstat (limited to 'glpi-9.2-config_path.php')
-rw-r--r-- | glpi-9.2-config_path.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/glpi-9.2-config_path.php b/glpi-9.2-config_path.php index 5c0e672..b7a1a7e 100644 --- a/glpi-9.2-config_path.php +++ b/glpi-9.2-config_path.php @@ -16,18 +16,6 @@ define('GLPI_CONFIG_DIR', '/etc/glpi'); // Runtime Data defined('GLPI_VAR_DIR') or define('GLPI_VAR_DIR', '/var/lib/glpi/files'); -defined('GLPI_DOC_DIR') or define('GLPI_DOC_DIR', GLPI_VAR_DIR); -defined('GLPI_CRON_DIR') or define('GLPI_CRON_DIR', GLPI_VAR_DIR . '/_cron'); -defined('GLPI_DUMP_DIR') or define('GLPI_DUMP_DIR', GLPI_VAR_DIR . '/_dumps'); -defined('GLPI_GRAPH_DIR') or define('GLPI_GRAPH_DIR', GLPI_VAR_DIR . '/_graphs'); -defined('GLPI_LOCK_DIR') or define('GLPI_LOCK_DIR', GLPI_VAR_DIR . '/_lock'); -defined('GLPI_PICTURE_DIR') or define('GLPI_PICTURE_DIR', GLPI_VAR_DIR . '/_pictures'); -defined('GLPI_PLUGIN_DOC_DIR') or define('GLPI_PLUGIN_DOC_DIR', GLPI_VAR_DIR . '/_plugins'); -defined('GLPI_RSS_DIR') or define('GLPI_RSS_DIR', GLPI_VAR_DIR . '/_rss'); -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'); |