mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
heh
git-svn-id: file:///svn/phpbb/trunk@6931 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ddddda47fb
commit
4274eb2a07
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function still_on_time()
|
||||||
$max_execution_time = min(max(10, ($max_execution_time - 15)), 250);
|
$max_execution_time = min(max(10, ($max_execution_time - 15)), 250);
|
||||||
|
|
||||||
// For debugging purposes
|
// For debugging purposes
|
||||||
$max_execution_time = 10;
|
// $max_execution_time = 10;
|
||||||
|
|
||||||
global $starttime;
|
global $starttime;
|
||||||
$start_time = (empty($starttime)) ? $current_time : $starttime;
|
$start_time = (empty($starttime)) ? $current_time : $starttime;
|
||||||
|
|
Loading…
Add table
Reference in a new issue