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