MediaWiki  1.29.1
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'
 

Variable Documentation

◆ $basePath

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

◆ $maintClass

Definition at line 90 of file addSite.php.