diff options
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'); |