X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=profileinfo.php;h=bbd5fc8aa8ad877ccfd51576325855eb870ad148;hb=ff2663c3e612b4f9aefa8c40e07c9e753edb8b55;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' ); }