]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wiki/templates/default/mw-ext-Thanks.inc.php.erb
Add Thanks extension to wiki
[chef.git] / cookbooks / wiki / templates / default / mw-ext-Thanks.inc.php.erb
diff --git a/cookbooks/wiki/templates/default/mw-ext-Thanks.inc.php.erb b/cookbooks/wiki/templates/default/mw-ext-Thanks.inc.php.erb
new file mode 100644 (file)
index 0000000..bba9b9b
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+# DO NOT EDIT - This file is being maintained by Chef
+wfLoadExtension( 'Thanks' );
+
+// Disable logging of thanks
+$wgThanksLogging = false;