X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fbug_report%2Fsystem_specs.php;h=6f0c5740b668a1fc765075600b9ae7ac293e8460;hb=80b242635d0eb41926cae4c09c94e25173866330;hp=311dee762bf998ff8bcfc485114f61a1de342e22;hpb=f8a1ed5aa365d515e4e2ac3602f900bfb9447fce;p=squirrelmail.git diff --git a/plugins/bug_report/system_specs.php b/plugins/bug_report/system_specs.php index 311dee76..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