debmaker/ressources/glpi/rootfs/downstream.php
2023-06-12 10:55:41 +02:00

6 lines
No EOL
162 B
PHP

<?php
define('GLPI_CONFIG_DIR', '/etc/glpi/');
if (file_exists(GLPI_CONFIG_DIR . '/local_define.php')) {
require_once GLPI_CONFIG_DIR . '/local_define.php';
}