X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fmwdoc-filter.php;h=feaad12a60ddd0e4e19d864fd90983f82bf286a9;hb=354c8fa3d5a72709f53c692ffa8fd4b703cf91d3;hp=07aa2824aa816a4632bf8f5826bf75c03e3d3dfa;hpb=a3b1ef7c21ba9af94f611f6ca1d64e75710db176;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" ); }