X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWebStart.php;h=58c953af4a4ce70c8b933a60e2585189ce7a1d15;hb=008c561245742cdff111d4821839c9242f75ecb0;hp=f840a5ed784c25dceea58e43c0c51dc4d71f2b6a;hpb=ebbea3c974312c56e93799fc93ee3f35130703f9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WebStart.php b/includes/WebStart.php index f840a5ed78..58c953af4a 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -91,9 +91,6 @@ if ( $IP === false ) { } } -# Get MWInit class -require_once "$IP/includes/Init.php"; - # Start the autoloader, so that extensions can derive classes from core files require_once "$IP/includes/AutoLoader.php";