mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
Merge 8852971c89
into ee0d29a0e9
This commit is contained in:
commit
5af109fa32
1 changed files with 3 additions and 1 deletions
4
i.php
4
i.php
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue