match spam against this-\>textbox1
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 9bc9c98..e4ea684 100644 (file)
@@ -390,12 +390,6 @@ $wgTidyOpts = '';
 # See list of skins and their symbolic names in language/Language.php
 $wgDefaultSkin = "monobook";
 
-# Board of Trustees vote
-# This is primarily of interest to the Wikimedia Foundation wikis.
-$wgBoardVoteDB = "boardvote";
-$wgContributingCandidates = array();
-$wgVolunteerCandidates = array();
-$wgGPGCommand = "gpg";
-$wgGPGRecipient = "boardvote";
-$wgGPGHomedir = false;
+# Extensions
+$wgExtensionFunctions = array();
 ?>