Commit 2d4cf326ef96d60d13060acb36d32259517eaaf5

Authored by Brian Manning
1 parent bf3eaf3bbc
Exists in master

pdflib_demo: changed output filename

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -29,7 +29,7 @@
29 29 date_default_timezone_set("America/Los_Angeles");
30 30  
31 31 //require_once('tcpdf_include.php');
32   -$outfile = __DIR__ . '/output.pdf';
  32 +$outfile = __DIR__ . '/pdflib_output.pdf';
33 33  
34 34 // page placement defaults
35 35 $pageTopYPortrait = 750;