X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=load.php;h=3f0c3df2938a3b9124a057f299c8ab8754fcd1e5;hp=6edb7ec95495b2b9bda9d56ec4b552291e255457;hb=62991fcb7a5027b1eceb5656829c1c65bf9f98cb;hpb=a389d94551f1ece9112c66bf8a53f66d3c15c0b2 diff --git a/load.php b/load.php index 6edb7ec954..3f0c3df293 100644 --- a/load.php +++ b/load.php @@ -28,6 +28,8 @@ use MediaWiki\MediaWikiServices; // details of the session. Enforce this constraint with respect to session use. define( 'MW_NO_SESSION', 1 ); +define( 'MW_ENTRY_POINT', 'load' ); + require __DIR__ . '/includes/WebStart.php'; // URL safety checks