X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fbug_report%2Fsystem_specs.php;h=6f0c5740b668a1fc765075600b9ae7ac293e8460;hb=80b242635d0eb41926cae4c09c94e25173866330;hp=5783e3e7f397391ef2129dd2e89f7d3e182109b5;hpb=38b88e48fd00b87764943064821e4a40b1f0b631;p=squirrelmail.git diff --git a/plugins/bug_report/system_specs.php b/plugins/bug_report/system_specs.php index 5783e3e7..6f0c5740 100644 --- a/plugins/bug_report/system_specs.php +++ b/plugins/bug_report/system_specs.php @@ -1,23 +1,29 @@ $value) { + $body.= $capability . (is_bool($value) ? ' ' : "=$value "); + } + } + $body.="\n"; + sqimap_logout($imap_stream); } else { $body .= " Unable to connect to IMAP server to get information.\n"; $warning = 1; @@ -159,5 +160,3 @@ if (isset($warning) && $warning) { } $body = htmlspecialchars($body_top . $body); - -?> \ No newline at end of file