X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=profileinfo.php;h=bbd5fc8aa8ad877ccfd51576325855eb870ad148;hb=a8f5771c82b2f1c12733513c82dc986be5803d7d;hp=ef038c1153ce92e2cbe22fc6d51635b0ecbd71c6;hpb=5a7b4d3f95db6055da83dc546933d8232520d950;p=lhc%2Fweb%2Fwiklou.git diff --git a/profileinfo.php b/profileinfo.php index ef038c1153..bbd5fc8aa8 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -31,7 +31,7 @@ $wgEnableProfileInfo = $wgProfileToDatabase = false; if ( isset( $_SERVER['MW_COMPILED'] ) ) { require ( 'core/includes/WebStart.php' ); } else { - require ( dirname( __FILE__ ) . '/includes/WebStart.php' ); + require ( __DIR__ . '/includes/WebStart.php' ); }