X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FWebStart.php;h=58c953af4a4ce70c8b933a60e2585189ce7a1d15;hb=008c561245742cdff111d4821839c9242f75ecb0;hp=f840a5ed784c25dceea58e43c0c51dc4d71f2b6a;hpb=c38472f640c7c4a16fab7d78cab923ca534e0264;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";