config.php 92 B

12345
  1. <?php
  2. ini_set('memory_limit', '128M');
  3. mb_internal_encoding('UTF-8');
  4. set_time_limit(300);