mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
heh
git-svn-id: file:///svn/phpbb/trunk@6931 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -43,7 +43,7 @@ function still_on_time()
|
||||
$max_execution_time = min(max(10, ($max_execution_time - 15)), 250);
|
||||
|
||||
// For debugging purposes
|
||||
$max_execution_time = 10;
|
||||
// $max_execution_time = 10;
|
||||
|
||||
global $starttime;
|
||||
$start_time = (empty($starttime)) ? $current_time : $starttime;
|
||||
|
Reference in New Issue
Block a user