Fix memory issue on displaying conversations
This commit is contained in:
@@ -200,6 +200,8 @@ class Summary extends BaseAdmin
|
||||
$server_settings = [
|
||||
'label' => DI::l10n()->t('Server Settings'),
|
||||
'php' => [
|
||||
'version' => phpversion(),
|
||||
'php.ini' => php_ini_loaded_file(),
|
||||
'upload_max_filesize' => ini_get('upload_max_filesize'),
|
||||
'post_max_size' => ini_get('post_max_size'),
|
||||
'memory_limit' => ini_get('memory_limit')
|
||||
|
||||
Reference in New Issue
Block a user