mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 09:31:28 +02:00
[ticket/12683] Add progress bar to create_index
PHPBB3-12683
This commit is contained in:
@@ -206,6 +206,7 @@ function get_formatted_filesize($value, $string_only = true, $allowed_units = fa
|
||||
*/
|
||||
function still_on_time($extra_time = 15)
|
||||
{
|
||||
// TODO: Check the bug with this, it should be possible to restart the start time
|
||||
static $max_execution_time, $start_time;
|
||||
|
||||
$current_time = microtime(true);
|
||||
|
Reference in New Issue
Block a user