X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=redirect.php;h=5e6cfeed68bf3c7a3a14a7159019cfb1594b54d6;hb=d7dc6cc2d06e6f7518225174415949764a6c0781;hp=fde960e015fa21080e8e719c97d633596818f10e;hpb=98d2b49f9b717a67d3c1cea5dc0519149477d43a;p=lhc%2Fweb%2Fwiklou.git diff --git a/redirect.php b/redirect.php index fde960e015..5e6cfeed68 100644 --- a/redirect.php +++ b/redirect.php @@ -24,7 +24,7 @@ if ( isset( $_SERVER['MW_COMPILED'] ) ) { require ( 'phase3/includes/WebStart.php' ); } else { - require ( dirname( __FILE__ ) . '/includes/WebStart.php' ); + require ( __DIR__ . '/includes/WebStart.php' ); } global $wgArticlePath;