debmaker/ressources/glpi/rootfs/downstream.php

6 lines
162 B
PHP
Raw Normal View History

2023-06-12 10:55:41 +02:00
<?php
define('GLPI_CONFIG_DIR', '/etc/glpi/');
if (file_exists(GLPI_CONFIG_DIR . '/local_define.php')) {
require_once GLPI_CONFIG_DIR . '/local_define.php';
}