<?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');

?>