mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-05 04:52:47 +02:00
feature #346, give chunk size in pwg.session.getStatus response
This commit is contained in:
@@ -339,6 +339,8 @@ function ws_session_getStatus($params, &$service)
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
$res['upload_form_chunk_size'] = $conf['upload_form_chunk_size'];
|
||||
}
|
||||
|
||||
return $res;
|
||||
|
||||
Reference in New Issue
Block a user