Subversion Repositories eFlore/Applications.cel

Rev

Rev 1655 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1655 Rev 1660
Line 3... Line 3...
3
// Include the main TCPDF library (search for installation path).
3
// Include the main TCPDF library (search for installation path).
4
date_default_timezone_set("Europe/Paris");
4
date_default_timezone_set("Europe/Paris");
5
require_once('tcpdf_config.php');
5
require_once('tcpdf_config.php');
6
require_once('tcpdf/tcpdf.php');
6
require_once('tcpdf/tcpdf.php');
Line 7... Line -...
7
 
-
 
8
set_time_limit(6);
7
 
Line 9... Line 8...
9
Class GenerateurPDF {
8
Class GenerateurPDF {
Line 10... Line 9...
10
 
9