summarylogtreecommitdiffstats
path: root/downstream.php
blob: f26e783fda413639f1ec1662d868cf56e871d17c (plain)
1
2
3
4
5
6
<?php
define('GLPI_CONFIG_DIR', '/etc/glpi/');

if (file_exists(GLPI_CONFIG_DIR . '/local_define.php')) {
   require_once GLPI_CONFIG_DIR . '/local_define.php';
}