We are validating if users automaticaly becomes an "owner"

This change should be reverted by Friday, Sept 8, 2018. We are
validating if users automaticaly becomes an "owner" by simply adding a
custom GA code to a project sub-site.

Change-Id: If5e26084660f5be95a83f176e2ef7f01953e27af
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/index.php b/index.php
index e3747f8..bcd5c09 100644
--- a/index.php
+++ b/index.php
@@ -38,4 +38,10 @@
 	# Generate the web page
 	$App->Promotion = TRUE;
 	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="assets/public/stylesheets/styles.min.css" media="screen" />');
+
+	// This change should be reverted by Friday, Sept 8, 2017.
+	//
+	// We are validating if users automaticaly becomes an "owner"
+	// by simply adding a custom GA code to a project sub-site.
+	$App->SetGoogleAnalyticsTrackingCode("UA-24646327-14");
 	$App->generatePage("solstice", $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);