X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=img_auth.php;h=b3a34955def2730b0fd70857bfcb9f04d7ec09cd;hb=6687eefb57e6e47f91edbc6ad68088f82dad1f5c;hp=74602f26aa607e5c0d5169fbfcf14db940b16af8;hpb=4c5214f27f722b9b3c54b68a7e9d72a60915e053;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' );