Skip to content

Commit

Permalink
added GA extionsion as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanoix committed Jun 11, 2018
1 parent 610a4f7 commit 7ef1b49
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -124,3 +124,6 @@
[submodule "extensions/IframePage"]
path = extensions/IframePage
url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/IframePage
[submodule "extensions/googleAnalytics"]
path = extensions/googleAnalytics
url = https://gerrit.wikimedia.org/r/p/mediawiki/extensions/googleAnalytics
3 changes: 3 additions & 0 deletions config.php
Expand Up @@ -167,3 +167,6 @@

require_once "$IP/extensions/Nuke/Nuke.php";
$wgGroupPermissions['sysop']['nuke'] = true;

require_once "$IP/extensions/googleAnalytics/googleAnalytics.php";
$wgGoogleAnalyticsAccount = $GAaccount;
3 changes: 2 additions & 1 deletion docker/secrets.php
Expand Up @@ -4,4 +4,5 @@
$wgDBuser = "wiki";
$wgDBpassword = "gcpedia";

#$wgSecretKey = "";
#$wgSecretKey = "";
$GAaccount = 'UA-xxxxxxx-x';
1 change: 1 addition & 0 deletions extensions/googleAnalytics
Submodule googleAnalytics added at 369302

0 comments on commit 7ef1b49

Please sign in to comment.