summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glpi-9.1-config_path.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/glpi-9.1-config_path.php b/glpi-9.1-config_path.php
index 37a3cd8..0c35e70 100644
--- a/glpi-9.1-config_path.php
+++ b/glpi-9.1-config_path.php
@@ -26,5 +26,8 @@ define('GLPI_HTMLAWED', '/usr/share/php/htmLawed/htmLawed.php');
// Fonts
define('GLPI_FONT_FREESANS', '/usr/share/fonts/gnu-free/FreeSans.ttf');
-//Use system cron
+// Use system cron
define('GLPI_SYSTEM_CRON', true);
+
+// Packaging
+define('GLPI_INSTALL_MODE', 'RPM');