diff options
Diffstat (limited to 'glpi-0.85-config_path.php')
| -rw-r--r-- | glpi-0.85-config_path.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/glpi-0.85-config_path.php b/glpi-0.85-config_path.php index 1085cf1..f924707 100644 --- a/glpi-0.85-config_path.php +++ b/glpi-0.85-config_path.php @@ -23,7 +23,7 @@ define('GLPI_LOG_DIR',        '/var/log/glpi');  // System libraries  define('GLPI_PHPMAILER_DIR',  'PHPMailer'); -define('GLPI_EZC_BASE',       'ezc/Base/base.php'); +define('GLPI_EZC_BASE',       '/usr/share/php/ezc/Base/base.php');  define('GLPI_PHPCAS',         'CAS.php');  define('GLPI_HTMLAWED',       'htmLawed/htmLawed.php');  define('GLPI_ZEND_PATH',      '/usr/share/php/Zend');  | 
