Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
createCheckIndex.php File Reference

Creates serialised database of messages that need checking for problems. More...

Go to the source code of this file.

Classes

class  CreateCheckIndex
 

Variables

if(getenv( 'MW_INSTALL_PATH') !==false) else
 
 $IP = "$dir/../../.."
 
 $maintClass = CreateCheckIndex::class
 

Detailed Description

Creates serialised database of messages that need checking for problems.

Author
Niklas Laxström
Siebrand Mazeland

Definition in file createCheckIndex.php.

Variable Documentation

◆ $IP

$IP = "$dir/../../.."

Definition at line 23 of file createCheckIndex.php.

◆ $maintClass

$maintClass = CreateCheckIndex::class

Definition at line 169 of file createCheckIndex.php.

◆ else

if (getenv('MW_INSTALL_PATH') !==false) else
Initial value:
{
$dir = __DIR__

Definition at line 21 of file createCheckIndex.php.