summaryrefslogtreecommitdiffstats
path: root/glpi-9.2-config_path.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-14 14:03:56 +0200
committerRemi Collet <remi@remirepo.net>2018-06-14 14:03:56 +0200
commite42ffe560f69c604c96e8b9bd254019cbd957240 (patch)
tree8bc4f96e5f057b88bffddb3387c781e6fb504034 /glpi-9.2-config_path.php
parent8f018e855c41c5647091ccde51d45f23d30240ee (diff)
test build for pr #4178
Diffstat (limited to 'glpi-9.2-config_path.php')
-rw-r--r--glpi-9.2-config_path.php33
1 files changed, 0 insertions, 33 deletions
diff --git a/glpi-9.2-config_path.php b/glpi-9.2-config_path.php
deleted file mode 100644
index b7a1a7e..0000000
--- a/glpi-9.2-config_path.php
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php
-/**
- * Red Hat / Fedora RPM default configuration
- *
- * Modifying this file in-place is not recommended, because
- * changes will be overwritten during package upgrades.
- *
- * If you want to customize the behaviour, the best way is to
- * create and use the /etc/glpi/local_define.php file.
- *
-**/
-
-
-// Config
-define('GLPI_CONFIG_DIR', '/etc/glpi');
-
-// Runtime Data
-defined('GLPI_VAR_DIR') or define('GLPI_VAR_DIR', '/var/lib/glpi/files');
-
-// Log
-defined('GLPI_LOG_DIR') or define('GLPI_LOG_DIR', '/var/log/glpi');
-
-// 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);
-
-// Packaging
-define('GLPI_INSTALL_MODE', 'RPM');