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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user