MediaWiki  1.28.1
exportSites.php File Reference

Go to the source code of this file.

Classes

class  ExportSites
 Maintenance script for exporting site definitions from XML into the sites table. More...
 

Variables

 $basePath = getenv( 'MW_INSTALL_PATH' ) !== false ? getenv( 'MW_INSTALL_PATH' ) : __DIR__ . '/..'
 
 $maintClass = 'ExportSites'
 

Variable Documentation

$basePath = getenv( 'MW_INSTALL_PATH' ) !== false ? getenv( 'MW_INSTALL_PATH' ) : __DIR__ . '/..'

Definition at line 55 of file exportSites.php.