Changeset 1426


Ignore:
Timestamp:
03/13/2010 11:45:05 PM (2 years ago)
Author:
Xiping.Wang
Message:

[omcollab_multilang]Add Interwiki extension for administrator to view and edit the interwiki table

Location:
branches/omcollab_multilang/wiki
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omcollab_multilang/wiki/LocalSettings.php

    r1425 r1426  
    330330$wgHideInterlanguageLinks = false; 
    331331 
     332// xiping.wang@gmail.com 2010-03-14  
     333// View and edit the interwiki table 
     334require_once("$IP/extenskons/Interwiki/SpecialInterwiki.php"); 
     335$wgGroupPermissions['*']['interwiki'] = false; 
     336$wgGroupPermissions['sysop']['interwiki'] = true; 
     337 
    332338// Use url to determind which instance is used 
    333339$callingURL = strtolower($_SERVER['REQUEST_URI']); //the requesting url 
     
    339345} 
    340346 
    341  
Note: See TracChangeset for help on using the changeset viewer.