Changes between Version 75 and Version 76 of NewLiveServer
- Timestamp:
- 09/20/11 12:24:05 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewLiveServer
v75 v76 336 336 $wgGroupPermissions['*']['edit'] = false; 337 337 338 # Prevent new user registrations except by sysops 339 $wgGroupPermissions['*']['createaccount'] = false; 340 338 341 # allow users to be banned 339 342 $wgSysopUserBans = true; … … 341 344 # http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi 342 345 require_once("$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php"); 343 344 # http://www.mediawiki.org/wiki/Extension:SpamBlacklist345 require_once( "$IP/extensions/SpamBlacklist/SpamBlacklist.php" );346 $wgSpamBlacklistFiles = array(347 "$IP/extensions/SpamBlacklist/blacklist", // Combined blacklist348 );349 346 350 347 # http://www.mediawiki.org/wiki/Extension:FCKeditor_%28Official%29