X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=index.php;h=b95f980f372bef8e8bd21db0450db73de7f6c1c7;hb=3e4278aafe3920ebcd672950fbd92dbede591355;hp=4cc6d6b1c7a53fe4e18d84f622acbcf95fe02f11;hpb=ba77d25db2f5b301458d6648a764e56c7905408d;p=lhc%2Fweb%2Fwiklou.git diff --git a/index.php b/index.php index 4cc6d6b1c7..b95f980f37 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ * * ---------- * - * Copyright (C) 2001-2008 Magnus Manske, Brion Vibber, Lee Daniel Crocker, + * Copyright (C) 2001-2009 Magnus Manske, Brion Vibber, Lee Daniel Crocker, * Tim Starling, Erik Möller, Gabriel Wicke, Ævar Arnfjörð Bjarmason, * Niklas Laxström, Domas Mituzas, Rob Church, Yuri Astrakhan, Aryeh Gregor, * Aaron Schulz and others. @@ -75,8 +75,8 @@ if( $wgUseAjax && $action == 'ajax' ) { if( $wgUseFileCache && isset($wgTitle) ) { wfProfileIn( 'main-try-filecache' ); - // Raw pages should handle control on their own - // even when using file cache. + // Raw pages should handle cache control on their own, + // even when using file cache. This reduces hits from clients. if( $action != 'raw' && HTMLFileCache::useFileCache() ) { /* Try low-level file cache hit */ $cache = new HTMLFileCache( $wgTitle, $action );