X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=load.php;h=3f0c3df2938a3b9124a057f299c8ab8754fcd1e5;hp=6edb7ec95495b2b9bda9d56ec4b552291e255457;hb=c58f4f99856ebe4f8dd42c0d4c07bfdfa1ec74cd;hpb=509b2f7fe247bfe89c6bedd21d4bfd22d435aa4d 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