opnsense-ports/www/asterisk-stat/files/patch-export_pdf.php
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
409 B
PHP

--- export_pdf.php.orig Thu Mar 3 00:11:32 2005
+++ export_pdf.php Thu Jul 20 23:50:45 2006
@@ -2,7 +2,7 @@
include_once(dirname(__FILE__) . "/lib/defines.php");
include_once(dirname(__FILE__) . "/lib/Class.Table.php");
define(FPDF_FONTPATH,dirname(__FILE__).'/lib/font/');
-include_once(dirname(__FILE__) . "/lib/fpdf.php');
+include_once(dirname(__FILE__) . "/lib/fpdf.php");
session_start();