Skip to content

Commit

Permalink
And the default GitHub issue body
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Feb 5, 2019
1 parent 35e0a82 commit eb76343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/CraftSupport.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public function getBodyHtml()
$envInfoJs = Json::encode([
'Craft version' => Craft::$app->getVersion() . ' (' . Craft::$app->getEditionName() . ')',
'PHP version' => App::phpVersion(),
'OS version' => PHP_OS . ' ' . php_uname('r'),
'Database driver & version' => $dbDriver . ' ' . $db->getVersion(),
'Image driver & version' => $imageDriver . ' ' . $imagesService->getVersion(),
'Plugins & versions' => $plugins,
Expand Down

0 comments on commit eb76343

Please sign in to comment.