From 321874fff05ac1fb6ed6bd584799ac60a1cde681 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jun 2015 16:23:07 +0200 Subject: GLPI: switch from eZ component to Zeta component --- glpi-0.85-config_path.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glpi-0.85-config_path.php') 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'); -- cgit