From: cajus Date: Thu, 17 Sep 2009 14:34:27 +0000 (+0000) Subject: Added fpdf define X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a81339a2dd9ee13b32324ead39582628d42d3298;p=gosa.git Added fpdf define git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14277 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/php_setup.inc b/gosa-core/include/php_setup.inc index e077822d5..aa69f7eaa 100644 --- a/gosa-core/include/php_setup.inc +++ b/gosa-core/include/php_setup.inc @@ -291,5 +291,9 @@ $smarty->template_dir = $BASE_DIR.'/ihtml/'; $smarty->caching= false; $smarty->php_handling= SMARTY_PHP_REMOVE; +/* Global FPDF define */ +define('FPDF_FONTPATH', '/usr/share/php/fpdf/font/'); + + // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>