mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
![]() |
<?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");
|
||
|
|
||
|
?>
|