MediaWiki
REL1_31
index.php
Go to the documentation of this file.
1
<?php
33
// Bail on old versions of PHP, or if composer has not been run yet to install
34
// dependencies. Using dirname( __FILE__ ) here because __DIR__ is PHP5.3+.
35
// phpcs:ignore MediaWiki.Usage.DirUsage.FunctionFound
36
require_once dirname( __FILE__ ) .
'/includes/PHPVersionCheck.php'
;
37
wfEntryPointCheck
(
'index.php'
);
38
39
require __DIR__ .
'/includes/WebStart.php'
;
40
41
$mediaWiki
=
new
MediaWiki
();
42
$mediaWiki
->run();
wfEntryPointCheck
wfEntryPointCheck( $entryPoint)
Check php version and that external dependencies are installed, and display an informative error if e...
Definition
PHPVersionCheck.php:339
$mediaWiki
$mediaWiki
Definition
index.php:41
MediaWiki
A helper class for throttling authentication attempts.
index.php
Generated on Mon Nov 25 2024 15:36:08 for MediaWiki by
1.10.0