Skip to content

Commit 119f396

Browse files
adjust for autoload
1 parent 292b071 commit 119f396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/example_068.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
*/
2020

2121
// Include the main TCPDF library (search for installation path).
22-
require_once('tcpdf_include.php');
22+
require_once(__DIR__.'/../vendor/autoload.php');
23+
require_once (__DIR__ .'/config/tcpdf_config_alt.php');
2324

2425
// create new PDF document
2526
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false, 3);

0 commit comments

Comments
 (0)