mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Do not show Zend Extensions twice in server infos page
This commit is contained in:
parent
c5df176cde
commit
fc1af24ef9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class ToolsController extends AbstractController
|
||||||
'php_version' => PHP_VERSION,
|
'php_version' => PHP_VERSION,
|
||||||
'php_uname' => php_uname('a'),
|
'php_uname' => php_uname('a'),
|
||||||
'php_sapi' => PHP_SAPI,
|
'php_sapi' => PHP_SAPI,
|
||||||
'php_extensions' => array_merge(get_loaded_extensions(), get_loaded_extensions(true)),
|
'php_extensions' => array_merge(get_loaded_extensions()),
|
||||||
'php_opcache_enabled' => ini_get('opcache.enable'),
|
'php_opcache_enabled' => ini_get('opcache.enable'),
|
||||||
'php_upload_max_filesize' => ini_get('upload_max_filesize'),
|
'php_upload_max_filesize' => ini_get('upload_max_filesize'),
|
||||||
'php_post_max_size' => ini_get('post_max_size'),
|
'php_post_max_size' => ini_get('post_max_size'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue