ESH/pdf_header_compact.php

9 lines
252 B
PHP
Raw Permalink Normal View History

2024-10-23 18:28:06 +05:30
<?php
header('Content-type: application/pdf');
include('includes/config/config.php');
include('includes/auth/auth.php');
include_once("includes/functions/functions.php");
require_once('html2fpdf_compact.php');
// activate Output-Buffer:
ob_start();
?>