Blob Blame History Raw
--- lib/pdflib.php~	2014-11-14 07:46:56.000000000 -0600
+++ lib/pdflib.php	2014-11-14 07:49:13.742507548 -0600
@@ -123,10 +123,10 @@
 tcpdf_init_k_font_path();
 
 /** tcpdf installation path */
-define('K_PATH_MAIN', $CFG->dirroot.'/lib/tcpdf/');
+define('K_PATH_MAIN', '/usr/share/php/tcpdf/');
 
 /** URL path to tcpdf installation folder */
-define('K_PATH_URL', $CFG->wwwroot . '/lib/tcpdf/');
+define('K_PATH_URL', '/usr/share/php/tcpdf/');
 
 /** cache directory for temporary files (full path) */
 define('K_PATH_CACHE', $CFG->cachedir . '/tcpdf/');