9 lines
128 B
PHP
9 lines
128 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return array(
|
||
|
|
|
||
|
|
'debug' => false,
|
||
|
|
'binpath' => 'lib/',
|
||
|
|
'binfile' => 'wkhtmltopdf-amd64',
|
||
|
|
'output_mode' => 'I'
|
||
|
|
);
|