1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/12683] Add progress bar to delete index

PHPBB3-12683
This commit is contained in:
rubencm
2021-03-24 19:25:03 +01:00
committed by Ruben Calvo
parent 75bdbcf4fe
commit c2f3ba44bd
4 changed files with 22 additions and 9 deletions

View File

@@ -206,7 +206,6 @@ 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);