diff options
Diffstat (limited to 'glpi-downstream-test.php')
-rw-r--r-- | glpi-downstream-test.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/glpi-downstream-test.php b/glpi-downstream-test.php new file mode 100644 index 0000000..f159a57 --- /dev/null +++ b/glpi-downstream-test.php @@ -0,0 +1,14 @@ +<?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); |