Skip to content
Snippets Groups Projects
Commit e5132273 authored by Peter Rotich's avatar Peter Rotich
Browse files

Remove commented out cache limiter call

parent 48c3d764
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@
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');
require (FPDF_DIR . 'fpdf.php');
class Ticket2PDF extends FPDF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment