Skip to content

Commit

Permalink
Minor chages to to tidyup run.php and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Deed committed Nov 4, 2017
1 parent 76ca6e4 commit 6676f7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
composer.lock
projects/tutorials/config.php
projects/admin/config.php

6 changes: 0 additions & 6 deletions run.php
Expand Up @@ -271,12 +271,6 @@
// How CSV, PDF out is delivered to the browser ( TCPDF output only )
// either as
// "DOWNLOAD_SAME_WINDOW" - downloaded as attachment from within the current browser window ( default )
// "INLINE" - shown inside a new browser window making use of any existing browser PDF plugin (if not will download)
// "DOWNLOAD_NEW_WINDOW" - downloaded as attachment from winthin the current browser window
////$q->pdf_delivery_mode = "INLINE";
////$q->pdf_delivery_mode = "DOWNLOAD_NEW_WINDOW";
$q->pdf_delivery_mode = "INLINE";
//$q->pdf_delivery_mode = "DOWNLOAD_NEW_WINDOW";
//$q->pdf_delivery_mode = "DOWNLOAD_SAME_WINDOW";

// Dropdown Menu definition
Expand Down

0 comments on commit 6676f7f

Please sign in to comment.