Set PHP time limit for script execution to infinity


/ Published in: PHP
Save to your folder(s)

Reset PHP script time limit


Copy this code and paste it in your HTML
  1. <?php
  2. if (!get_cfg_var('safe_mode')) {
  3. }
  4. ?>

Report this snippet


Comments


You need to login to view comments.