Support GoSquared tracking codes as well. Closes #556.

This commit is contained in:
James Brooks
2015-04-03 17:29:14 +01:00
parent cee25ba530
commit 92c1d69b16
8 changed files with 83 additions and 60 deletions
+12 -11
View File
@@ -74,17 +74,18 @@ return [
'settings' => [
/// Application setup
'app-setup' => [
'site-name' => 'Site Name',
'site-url' => 'Site URL',
'site-timezone' => 'Site Timezone',
'site-locale' => 'Site Language',
'date-format' => 'Date Format',
'display-graphs' => 'Display graphs on status page?',
'about-this-page' => 'About this page',
'days-of-incidents' => 'How many days of incidents to show?',
'banner' => 'Banner Image',
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
'google-analytics' => "Google Analytics code",
'site-name' => 'Site Name',
'site-url' => 'Site URL',
'site-timezone' => 'Site Timezone',
'site-locale' => 'Site Language',
'date-format' => 'Date Format',
'display-graphs' => 'Display graphs on status page?',
'about-this-page' => 'About this page',
'days-of-incidents' => 'How many days of incidents to show?',
'banner' => 'Banner Image',
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
'analytics_google' => "Google Analytics Code",
'analytics_gosquared' => "GoSquared Analytics Code",
],
'security' => [
'allowed-domains' => 'Allowed domains',