This commit is contained in:
kahsky 2025-03-29 06:57:44 +01:00 committed by GitHub
commit 5af109fa32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
i.php
View file

@ -506,7 +506,9 @@ if (!mkgetdir(dirname($page['derivative_path'])))
}
ignore_user_abort(true);
@set_time_limit(0);
if(function_exists("set_time_limit")){
@set_time_limit(0);
}
$image = new pwg_image($page['src_path']);
$timing['load'] = time_step($step);