summaryrefslogtreecommitdiffstats
path: root/glpi-config_path.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-09-29 17:48:52 +0200
committerRemi Collet <fedora@famillecollet.com>2013-09-29 17:48:52 +0200
commitce129625274030609afb4c4d8d48cf10eb604c18 (patch)
tree42b2ac89df06725423ddb24290cc8bb70237ab7b /glpi-config_path.php
parent4450a3b9d83bf670684cd25b741877bafc642ea4 (diff)
glpi: 0.84.2 (WIP)
Diffstat (limited to 'glpi-config_path.php')
-rw-r--r--glpi-config_path.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/glpi-config_path.php b/glpi-config_path.php
index 1027223..7e33abd 100644
--- a/glpi-config_path.php
+++ b/glpi-config_path.php
@@ -13,6 +13,11 @@ define('GLPI_SESSION_DIR', '/var/lib/glpi/files/_sessions');
define('GLPI_PLUGIN_DOC_DIR', '/var/lib/glpi/files/_plugins');
define('GLPI_LOCK_DIR', '/var/lib/glpi/files/_lock/');
define('GLPI_GRAPH_DIR', '/var/lib/glpi/files/_graphs/');
+define('GLPI_PICTURE_DIR', '/var/lib/glpi/files/_pictures/');
+define('GLPI_TMP_DIR', '/var/lib/glpi/files/_tmp/');
+define('GLPI_RSS_DIR', '/var/lib/glpi/files/_rss/');
+define('GLPI_UPLOAD_DIR', '/var/lib/glpi/files/_uploads/');
+//define('GLPI_SCRIPT_DIR',
// Log
define('GLPI_LOG_DIR', '/var/log/glpi');
@@ -23,6 +28,8 @@ define('GLPI_PHPMAILER_DIR', 'PHPMailer');
define('GLPI_EZC_BASE', 'ezc/Base/base.php');
define('GLPI_PHPCAS', 'CAS.php');
define('GLPI_HTMLAWED', 'htmLawed/htmLawed.php');
+define('GLPI_ZEND', '/usr/share/php/Zend');
+define("GLPI_SIMPLEPIE_PATH", '/usr/share/php/php-simplepie');
// Fonts
define('GLPI_FONT_FREESANS', '/usr/share/fonts/gnu-free/FreeSans.ttf');