Updated with new CS command
This commit is contained in:
parent
13e4d0f041
commit
fe92ccade4
|
|
@ -1,6 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
$CONVERT_CMD = "/usr/local/bin/convert";
|
$CONVERT_CMD = "/usr/local/bin/convert";
|
||||||
$PDFTK_CMD = "/usr/local/bin/pdftk";
|
$PDFTK_CMD = "/usr/local/bin/pdftk";
|
||||||
|
$GS_CMD = "gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=%s.pdf";
|
||||||
|
|
||||||
|
|
||||||
$mailHost = 'mailserver.example.com'; // Specify main and backup server
|
$mailHost = 'mailserver.example.com'; // Specify main and backup server
|
||||||
$mailPort = 587; // Set the SMTP port
|
$mailPort = 587; // Set the SMTP port
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue