summaryrefslogtreecommitdiffstats
path: root/glpi-9.2-config_path_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'glpi-9.2-config_path_test.php')
-rw-r--r--glpi-9.2-config_path_test.php12
1 files changed, 1 insertions, 11 deletions
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');