Use dompdf from the include path

refs #6165
refs #6166
This commit is contained in:
Eric Lippmann 2014-11-13 20:10:24 +01:00
parent d87acd557a
commit c4aeaf3428
1 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,8 @@ use Icinga\Web\StyleSheet;
use Icinga\Web\Url;
use Icinga\Exception\ProgrammingError;
require_once 'IcingaVendor/dompdf/dompdf_config.inc.php';
spl_autoload_register('DOMPDF_autoload');
require_once 'dompdf/dompdf_config.inc.php';
require_once 'dompdf/include/autoload.inc.php';
class Pdf extends DOMPDF
{