MediaWiki  1.34.0
addSite.php File Reference

Go to the source code of this file.

Classes

class  AddSite
 Maintenance script for adding a site definition into the sites table. More...
 

Variables

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

Variable Documentation

◆ $basePath

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

Definition at line 5 of file addSite.php.

◆ $maintClass

$maintClass = AddSite::class

Definition at line 95 of file addSite.php.