X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=blobdiff_plain;f=index.php;h=791ffb1345201aaf1c0a10b8c6badc778fa8e0fe;hb=c1aa9450ad49fd5f17d73c41077e96294c1b9eac;hp=743f77bd27262d3d07eaebb18a6b5f7f60733c71;hpb=02577e3a3195ca0fe41b0d642aefc50fbf03e7e4;p=lhc%2Fweb%2Fwiklou.git diff --git a/index.php b/index.php index 743f77bd27..791ffb1345 100644 --- a/index.php +++ b/index.php @@ -32,9 +32,8 @@ // 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 +// phpcs:ignore MediaWiki.Usage.DirUsage.FunctionFound require_once dirname( __FILE__ ) . '/includes/PHPVersionCheck.php'; -// @codingStandardsIgnoreEnd wfEntryPointCheck( 'index.php' ); require __DIR__ . '/includes/WebStart.php';