X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fmwdoc-filter.php;h=feaad12a60ddd0e4e19d864fd90983f82bf286a9;hb=08edb27f6ce31c676660a4ef89b87da79bde2cc2;hp=07aa2824aa816a4632bf8f5826bf75c03e3d3dfa;hpb=ea42d90053b36cef47f318a1d50c18dfafc6b7b8;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mwdoc-filter.php b/maintenance/mwdoc-filter.php index 07aa2824aa..feaad12a60 100644 --- a/maintenance/mwdoc-filter.php +++ b/maintenance/mwdoc-filter.php @@ -38,6 +38,7 @@ * DEALINGS IN THE SOFTWARE. */ +// Warning: Converting this to a Maintenance script may reduce performance. if ( PHP_SAPI != 'cli' ) { die( "This filter can only be run from the command line.\n" ); }