From 38ff4e5917fe067f5eb3ee2066b54cd8c6a0045c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Jun 2018 16:38:38 +0200 Subject: 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 --- glpi-9.2-config_path_test.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'glpi-9.2-config_path_test.php') diff --git a/glpi-9.2-config_path_test.php b/glpi-9.2-config_path_test.php index 05c24f2..f159a57 100644 --- a/glpi-9.2-config_path_test.php +++ b/glpi-9.2-config_path_test.php @@ -2,17 +2,7 @@ // for Redhat/Fedora RPM buiding test suite // Runtime Data -define('GLPI_DOC_DIR', __DIR__ . '/../files'); -define('GLPI_CRON_DIR', GLPI_DOC_DIR . '/_cron'); -define('GLPI_DUMP_DIR', GLPI_DOC_DIR . '/_dumps'); -define('GLPI_GRAPH_DIR', GLPI_DOC_DIR . '/_graphs'); -define('GLPI_LOCK_DIR', GLPI_DOC_DIR . '/_lock'); -define('GLPI_PICTURE_DIR', GLPI_DOC_DIR . '/_pictures'); -define('GLPI_PLUGIN_DOC_DIR', GLPI_DOC_DIR . '/_plugins'); -define('GLPI_RSS_DIR', GLPI_DOC_DIR . '/_rss'); -define('GLPI_SESSION_DIR', GLPI_DOC_DIR . '/_sessions'); -define('GLPI_TMP_DIR', GLPI_DOC_DIR . '/_tmp'); -define('GLPI_UPLOAD_DIR', GLPI_DOC_DIR . '/_uploads'); +define('GLPI_VAR_DIR', __DIR__ . '/../files'); // System libraries define('GLPI_HTMLAWED', '/usr/share/php/htmLawed/htmLawed.php'); -- cgit