X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fphp_setup.inc;h=aa69f7eaa6536ea0242600fffff5099a7d8ff198;hb=53553834328f43ffd06c805c940b18738349ab94;hp=e077822d5791922711b30e55b0443214bea11e49;hpb=8e17112cffbff26296a58c0a7a494fd310f9540e;p=gosa.git 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: ?>