diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-09-16 11:12:59 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-09-16 11:12:59 +0200 | 
| commit | f45d2ffb8ef0dca962fc96ce6e3422b0816fad40 (patch) | |
| tree | 57335b477b15810d4d19c8f422cd498e8955b7d6 /glpi-0.85-config_path.php | |
| parent | 321874fff05ac1fb6ed6bd584799ac60a1cde681 (diff) | |
GLPI 0.85.5
Diffstat (limited to 'glpi-0.85-config_path.php')
| -rw-r--r-- | glpi-0.85-config_path.php | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/glpi-0.85-config_path.php b/glpi-0.85-config_path.php index f924707..eca3801 100644 --- a/glpi-0.85-config_path.php +++ b/glpi-0.85-config_path.php @@ -22,13 +22,14 @@ define('GLPI_PICTURE_DIR',    '/var/lib/glpi/files/_pictures');  define('GLPI_LOG_DIR',        '/var/log/glpi');  // System libraries -define('GLPI_PHPMAILER_DIR',  'PHPMailer'); +define('GLPI_PHPMAILER_DIR',  '/usr/share/php/PHPMailer');  define('GLPI_EZC_BASE',       '/usr/share/php/ezc/Base/base.php'); -define('GLPI_PHPCAS',         'CAS.php'); -define('GLPI_HTMLAWED',       'htmLawed/htmLawed.php'); +define('GLPI_PHPCAS',         '/usr/share/pear/CAS.php'); +define('GLPI_HTMLAWED',       '/usr/share/php/htmLawed/htmLawed.php');  define('GLPI_ZEND_PATH',      '/usr/share/php/Zend');  define('GLPI_SIMPLEPIE_PATH', '/usr/share/php/php-simplepie');  define('GLPI_TCPDF_DIR',      '/usr/share/php/tcpdf'); +define('GLPI_PASSWORD_COMPAT','/usr/share/php/password_compat/password.php');  // Fonts  define('GLPI_FONT_FREESANS',  '/usr/share/fonts/gnu-free/FreeSans.ttf');  | 
