diff options
Diffstat (limited to 'glpi-config_path.php')
| -rw-r--r-- | glpi-config_path.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/glpi-config_path.php b/glpi-config_path.php index 7e33abd..a76c3da 100644 --- a/glpi-config_path.php +++ b/glpi-config_path.php @@ -28,7 +28,7 @@ define('GLPI_PHPMAILER_DIR',  'PHPMailer');  define('GLPI_EZC_BASE',       'ezc/Base/base.php');  define('GLPI_PHPCAS',         'CAS.php');  define('GLPI_HTMLAWED',       'htmLawed/htmLawed.php'); -define('GLPI_ZEND',           '/usr/share/php/Zend'); +define('GLPI_ZEND_PATH',      '/usr/share/php/Zend');  define("GLPI_SIMPLEPIE_PATH", '/usr/share/php/php-simplepie');  // Fonts  | 
