Show configured and effective maximum file size in server info page.

This commit is contained in:
Jan Böhmer 2023-03-03 23:42:02 +01:00
parent 27de5ae387
commit f9fd015ecb
3 changed files with 10 additions and 2 deletions

View file

@ -62,5 +62,9 @@
<td>Detailed error pages enabled</td>
<td>{{ helper.boolean_badge(detailed_error_pages) }} (Admin Contact email: {{ error_page_admin_email }})</td>
</tr>
<tr>
<td>Maximum file size for attachments</td>
<td>{{ configured_max_file_size }} (Effective: {{ effective_max_file_size | format_bytes }})</td>
</tr>
</tbody>
</table>