summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-29 16:29:34 +0200
committerRemi Collet <remi@remirepo.net>2017-09-29 16:29:34 +0200
commit1c2030a0ce92e3cc947b4e1f212631399e7ce435 (patch)
tree7f24dd3b048f075f3473248b967ca6121b89da28
parentb50fbf03fe3d2ddadd3d6ead3587db77d6b6a63a (diff)
GLPI_INSTALL_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');