X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FWebStart.php;h=fb6c3e6768dd0ff61e595f777e7433176612e54a;hp=c5e74576f0eb3ae2e5ac18822505fad9648b56e0;hb=a2ea9f8b9289f197844e3282c2ac39e59c549996;hpb=772f90f38f1463e939db4a3f0ed42dcf4029dd1a diff --git a/includes/WebStart.php b/includes/WebStart.php index c5e74576f0..fb6c3e6768 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -40,7 +40,6 @@ if ( function_exists( 'get_magic_quotes_gpc' ) && get_magic_quotes_gpc() ) { . 'for help on how to disable magic quotes.' ); } - # bug 15461: Make IE8 turn off content sniffing. Everybody else should ignore this # We're adding it here so that it's *always* set, even for alternate entry # points and when $wgOut gets disabled or overridden. @@ -91,7 +90,6 @@ if ( file_exists( "$IP/StartProfiler.php" ) ) { require "$IP/StartProfiler.php"; } - # Load default settings require_once "$IP/includes/DefaultSettings.php"; @@ -141,7 +139,6 @@ if ( defined( 'MW_CONFIG_CALLBACK' ) ) { require_once MW_CONFIG_FILE; } - # Initialise output buffering # Check that there is no previous output or previously set up buffers, because # that would cause us to potentially mix gzip and non-gzip output, creating a