8 lines
179 B
PHP
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');
|
|
|
|
?>
|