X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fphp_setup.inc;h=aa69f7eaa6536ea0242600fffff5099a7d8ff198;hb=67253c858b7c867ee5fa3a9b4bbfde1fc1ee81d1;hp=9ba0e4dacaa1140070b794bccf403d8652e45344;hpb=b44428eb823cce2dfde905bfd42a49ec1cf47b89;p=gosa.git diff --git a/gosa-core/include/php_setup.inc b/gosa-core/include/php_setup.inc index 9ba0e4dac..aa69f7eaa 100644 --- a/gosa-core/include/php_setup.inc +++ b/gosa-core/include/php_setup.inc @@ -291,9 +291,9 @@ $smarty->template_dir = $BASE_DIR.'/ihtml/'; $smarty->caching= false; $smarty->php_handling= SMARTY_PHP_REMOVE; -// Try to load PDF library +/* Global FPDF define */ define('FPDF_FONTPATH', '/usr/share/php/fpdf/font/'); -@include('fpdf/fpdf.php'); + // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>