diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-10-02 10:30:48 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-10-02 10:30:48 +0200 | 
| commit | e9dad8e262831c057955487e078e97c8bb8c1530 (patch) | |
| tree | 8a0871664f41e0fa96c43fd98b01123ba8a6d519 /glpi-config_path.php | |
| parent | ce129625274030609afb4c4d8d48cf10eb604c18 (diff) | |
glpi: upstream patch for ZF2
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  | 
