commit
This commit is contained in:
parent
f6f7521ffe
commit
797dff685b
21 changed files with 51 additions and 37 deletions
6
ressources/glpi/rootfs/downstream.php
Normal file
6
ressources/glpi/rootfs/downstream.php
Normal file
|
@ -0,0 +1,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';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue