From 3a14dd21141a8ad687919af9ccaa811cffa0a4ed Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Thu, 28 Jun 2012 19:52:30 -0400 Subject: [PATCH] Fix for cache issue - HTPP headers now output nocache --- include/class.pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class.pdf.php b/include/class.pdf.php index 87e68a7d5..370462623 100644 --- a/include/class.pdf.php +++ b/include/class.pdf.php @@ -17,7 +17,7 @@ define('THIS_DIR', str_replace('\\\\', '/', realpath(dirname(__FILE__))) . '/'); //Include path.. define('FPDF_DIR', THIS_DIR . 'fpdf/'); define('FPDF_FONTPATH', FPDF_DIR . 'font/'); //fonts directory. -session_cache_limiter('private'); +//session_cache_limiter('private'); require (FPDF_DIR . 'fpdf.php'); class Ticket2PDF extends FPDF -- GitLab