mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Show if SAML is enabled in the server info tool
This commit is contained in:
parent
2ae34b856a
commit
49e521404a
2 changed files with 18 additions and 1 deletions
|
@ -77,6 +77,7 @@ class ToolsController extends AbstractController
|
|||
'error_page_admin_email' => $this->getParameter('partdb.error_pages.admin_email'),
|
||||
'configured_max_file_size' => $this->getParameter('partdb.attachments.max_file_size'),
|
||||
'effective_max_file_size' => $attachmentSubmitHandler->getMaximumAllowedUploadSize(),
|
||||
'saml_enabled' => $this->getParameter('partdb.saml.enabled'),
|
||||
|
||||
//PHP section
|
||||
'php_version' => PHP_VERSION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue