diff options
Diffstat (limited to 'glpi-9.2-config_path_test.php')
-rw-r--r-- | glpi-9.2-config_path_test.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/glpi-9.2-config_path_test.php b/glpi-9.2-config_path_test.php deleted file mode 100644 index f159a57..0000000 --- a/glpi-9.2-config_path_test.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -// for Redhat/Fedora RPM buiding test suite - -// Runtime Data -define('GLPI_VAR_DIR', __DIR__ . '/../files'); - -// System libraries -define('GLPI_HTMLAWED', '/usr/share/php/htmLawed/htmLawed.php'); - -// Fonts -define('GLPI_FONT_FREESANS', '/usr/share/fonts/gnu-free/FreeSans.ttf'); - -//Use system cron -define('GLPI_SYSTEM_CRON', true); |