geforkt von tohe/wmdeit_kaform
Updated with new CS command
Dieser Commit ist enthalten in:
Ursprung
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
|
||||||
|
|
|
||||||
Laden…
In neuem Issue referenzieren