From a81339a2dd9ee13b32324ead39582628d42d3298 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 17 Sep 2009 14:34:27 +0000 Subject: [PATCH] Added fpdf define git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14277 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/php_setup.inc | 4 ++++ 1 file changed, 4 insertions(+) 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: ?> -- 2.30.2