summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: faee170)
raw | patch | inline | side by side (parent: faee170)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Sep 2009 14:34:27 +0000 (14:34 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Sep 2009 14:34:27 +0000 (14:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14277 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/php_setup.inc | patch | blob | history |
index e077822d5791922711b30e55b0443214bea11e49..aa69f7eaa6536ea0242600fffff5099a7d8ff198 100644 (file)
$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:
?>