Changes between Version 75 and Version 76 of NewLiveServer


Ignore:
Timestamp:
09/20/11 12:24:05 (5 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewLiveServer

    v75 v76  
    336336$wgGroupPermissions['*']['edit'] = false; 
    337337 
     338# Prevent new user registrations except by sysops 
     339$wgGroupPermissions['*']['createaccount'] = false; 
     340 
    338341# allow users to be banned 
    339342$wgSysopUserBans = true; 
     
    341344# http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi 
    342345require_once("$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php"); 
    343  
    344 # http://www.mediawiki.org/wiki/Extension:SpamBlacklist 
    345 require_once( "$IP/extensions/SpamBlacklist/SpamBlacklist.php" ); 
    346 $wgSpamBlacklistFiles = array( 
    347    "$IP/extensions/SpamBlacklist/blacklist", // Combined blacklist  
    348 ); 
    349346 
    350347# http://www.mediawiki.org/wiki/Extension:FCKeditor_%28Official%29