Commit 19da3db8b70d5169132a5974952a8cde263a05e1

Authored by Brian Manning
1 parent 3052e0fcbd

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;