X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=img_auth.php;h=b3a34955def2730b0fd70857bfcb9f04d7ec09cd;hb=d45daa49d8e6eb55962c747767c5d069e23a1c92;hp=74602f26aa607e5c0d5169fbfcf14db940b16af8;hpb=42eab6288dc0e26696b92753f9419db0b4a758bd;p=lhc%2Fweb%2Fwiklou.git diff --git a/img_auth.php b/img_auth.php index 74602f26aa..b3a34955de 100644 --- a/img_auth.php +++ b/img_auth.php @@ -43,7 +43,7 @@ define( 'MW_NO_OUTPUT_COMPRESSION', 1 ); if ( isset( $_SERVER['MW_COMPILED'] ) ) { require ( 'core/includes/WebStart.php' ); } else { - require ( dirname( __FILE__ ) . '/includes/WebStart.php' ); + require ( __DIR__ . '/includes/WebStart.php' ); } wfProfileIn( 'img_auth.php' );