ESH/pdf_header.php
2024-10-23 18:28:06 +05:30

8 lines
179 B
PHP

<?php
ob_start();
include_once('includes/config/config.php');
include_once('includes/functions.php');
ini_set('pcre.backtrack_limit',10000000);
ini_set('memory_limit', '-1');
?>