X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=img_auth.php;h=b04974bf8252550224eb86c87042568f70d1aaeb;hb=fe0ed9efd0528af3d37a5dfcfadbadd72d35a8ab;hp=b3a34955def2730b0fd70857bfcb9f04d7ec09cd;hpb=4ef471fc3196a383c36e6e41794bc31a49162e5f;p=lhc%2Fweb%2Fwiklou.git diff --git a/img_auth.php b/img_auth.php index b3a34955de..b04974bf82 100644 --- a/img_auth.php +++ b/img_auth.php @@ -48,7 +48,7 @@ if ( isset( $_SERVER['MW_COMPILED'] ) ) { wfProfileIn( 'img_auth.php' ); # Set action base paths so that WebRequest::getPathInfo() -# recognizes the "X" as the 'title' in ../image_auth/X urls. +# recognizes the "X" as the 'title' in ../img_auth.php/X urls. $wgArticlePath = false; # Don't let a "/*" article path clober our action path $wgActionPaths = array( "$wgUploadPath/" );