X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=blobdiff_plain;f=maintenance%2FcheckBadRedirects.php;h=670b93de2bb04492ba93fcc86984fa75e88e972b;hb=38c7f444e1c13327e203ce4e2890826782b39876;hp=f8b8955c3ae959ef7f8747215f94166653ccc3ca;hpb=73994ed5968b127eead3f0f0d6571c289b557abe;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/checkBadRedirects.php b/maintenance/checkBadRedirects.php index f8b8955c3a..670b93de2b 100644 --- a/maintenance/checkBadRedirects.php +++ b/maintenance/checkBadRedirects.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( dirname( __FILE__ ) . '/Maintenance.php' ); +require_once( __DIR__ . '/Maintenance.php' ); /** * Maintenance script to check that pages marked as being redirects really are.