You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
define("GLPI_VAR_DIR", "{{ glpi_root_dir }}/data");
|
|
define("GLPI_DOC_DIR", GLPI_VAR_DIR . "/_files");
|
|
define("GLPI_SESSION_DIR", "{{ glpi_root_dir }}/sessions");
|
|
define("GLPI_TMP_DIR", "{{ glpi_root_dir }}/tmp");
|
|
define("GLPI_UPLOAD_DIR", "{{ glpi_root_dir }}/tmp");
|
|
|
|
?>
|
|
|