diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-03 16:23:07 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-03 16:23:07 +0200 |
commit | 321874fff05ac1fb6ed6bd584799ac60a1cde681 (patch) | |
tree | 3558eeb31e4663786dd9247a0737e00b83c0dd32 /glpi-0.85-config_path.php | |
parent | 0851da0807f85315d7a43831552b8da5a559dcce (diff) |
GLPI: switch from eZ component to Zeta component
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'); |