X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=index.php;h=24230923bcf45f8733cbf68e7fae9e18249a301b;hb=69cc66efeb9379b3ed5ae53250865ae25f2b745d;hp=67bd0c9aaea0297518a962793da2affd8d4079f7;hpb=4e90d55fdc9d31d93e24cf05687eb7d180806f44;p=lhc%2Fweb%2Fwiklou.git diff --git a/index.php b/index.php index 67bd0c9aae..24230923bc 100644 --- a/index.php +++ b/index.php @@ -32,7 +32,9 @@ // Bail on old versions of PHP, or if composer has not been run yet to install // dependencies. Using dirname( __FILE__ ) here because __DIR__ is PHP5.3+. +// @codingStandardsIgnoreStart MediaWiki.Usage.DirUsage.FunctionFound require_once dirname( __FILE__ ) . '/includes/PHPVersionCheck.php'; +// @codingStandardsIgnoreEnd wfEntryPointCheck( 'index.php' ); require __DIR__ . '/includes/WebStart.php';