CentralAuth: Difference between revisions

Created page with "<source lang="php"> wfLoadExtension( "CentralAuth" ); /////////////////////////////////// # General CentralAuth configuration /////////////////////////////////// $wgJobRunRat..."
 
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
Line 1: Line 1:
<source lang="php">
<syntaxhighlight lang="php">
wfLoadExtension( "CentralAuth" );
wfLoadExtension( "CentralAuth" );
///////////////////////////////////
///////////////////////////////////
Line 96: Line 96:


$wgConf->extractAllGlobals( $wgDBname );
$wgConf->extractAllGlobals( $wgDBname );
</source>
</syntaxhighlight>