diff options
Diffstat (limited to 'glpi-downstream.php')
| -rw-r--r-- | glpi-downstream.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/glpi-downstream.php b/glpi-downstream.php index 3be9964..028f71e 100644 --- a/glpi-downstream.php +++ b/glpi-downstream.php @@ -12,7 +12,7 @@  // Config -define('GLPI_CONFIG_DIR',     '/etc/glpi'); +define('GLPI_CONFIG_DIR',     (getenv('GLPI_CONFIG_DIR') ?: '/etc/glpi'));  if (file_exists(GLPI_CONFIG_DIR . '/local_define.php')) {     require_once GLPI_CONFIG_DIR . '/local_define.php';  | 
