Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Guindon2017-09-18 14:21:48 +0000
committerChristopher Guindon2017-09-18 14:21:48 +0000
commitb53b235827f31daae9cfc2e3b54d9eeeaf4a14f7 (patch)
treede34a51ab4ffdb94ce5fbe001d55ec036b66749d
parent632ef9040b5ee42811a7ac6b4536a852427155ad (diff)
downloadcontribute-b53b235827f31daae9cfc2e3b54d9eeeaf4a14f7.tar.gz
contribute-b53b235827f31daae9cfc2e3b54d9eeeaf4a14f7.tar.xz
contribute-b53b235827f31daae9cfc2e3b54d9eeeaf4a14f7.zip
Revert "We are validating if users automaticaly becomes an "owner""
-rw-r--r--index.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/index.php b/index.php
index bcd5c09..e3747f8 100644
--- a/index.php
+++ b/index.php
@@ -38,10 +38,4 @@
# 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);

Back to the top