6 lines
127 B
PHP
6 lines
127 B
PHP
|
<?php
|
||
|
|
||
|
define('GLPI_CONFIG_DIR', '/config');
|
||
|
define('GLPI_VAR_DIR', '/files');
|
||
|
define('GLPI_MARKETPLACE_DIR', '/marketplace');
|