mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update admin_rebuild_search.php
This commit is contained in:
parent
830ed9704e
commit
cd6914773f
@ -101,7 +101,7 @@ else
|
||||
$time_limit_explain = $lang['TIME_LIMIT_EXPLAIN'];
|
||||
|
||||
// check for safe mode timeout
|
||||
/*if ( ini_get('safe_mode') )
|
||||
if ( ini_get('safe_mode') )
|
||||
{
|
||||
// get execution time
|
||||
$max_execution_time = ini_get('max_execution_time');
|
||||
@ -111,7 +111,7 @@ else
|
||||
{
|
||||
$time_limit = $max_execution_time;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
// check for webserver timeout (IE returns null)
|
||||
if ( isset($_SERVER["HTTP_KEEP_ALIVE"]) )
|
||||
|
Loading…
Reference in New Issue
Block a user