I get this weird Warning saying: Warning: set_time_limit() has been disabled for security reasons in /home/a2438169/public_html/config.inc on line 2 Here is the File that is erroring what is the matter? <?php set_time_limit(360); define('URL_SEED','http://www.cynscriptz.com/');//trailing slash define('DOMAIN','cynscriptz.com'); define('SINGLE_SITE',true); $exclude_terms_url = array(0=>'javascript:','mailto:','file:','.pdf','.jpg','.gif','.png','.doc','#','.xls','.tar','.gz','feed:'); ?> PHP:
your server does not allow you to change execution time set_time_limit() function. You should speak with system administrator