X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=5c2d290af8810144e351c04eda380db8fdadb79e;hb=a5230acd936b5b9270037c35b9d2d419f4c8d9a6;hp=0df4cd01adf8bb0c997dae73ea9642a2bb8f7bed;hpb=c65b486b580aaab5d7321b4c0e1d5d1915fca05e;p=lhc%2Fweb%2Fwiklou.git diff --git a/index.php b/index.php index 0df4cd01ad..5c2d290af8 100644 --- a/index.php +++ b/index.php @@ -30,6 +30,8 @@ * @file */ +define( 'MW_ENTRY_POINT', 'index' ); + // 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+. // phpcs:ignore MediaWiki.Usage.DirUsage.FunctionFound