X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcheckImages.php;h=c05d91517d3ff5fcb513660affcbd04ceef8967e;hb=edf5632f6a3a163c159df06000b519371b718d20;hp=d7463ece287ad0a6d3703fe69fbf6b5f6c34f7e3;hpb=d842a5582fa2086e28c6fc5b70d2ee4bb5fd239f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/checkImages.php b/maintenance/checkImages.php index d7463ece28..c05d91517d 100644 --- a/maintenance/checkImages.php +++ b/maintenance/checkImages.php @@ -20,7 +20,7 @@ * @file * @ingroup Maintenance */ -require_once( dirname( __FILE__ ) . '/Maintenance.php' ); +require_once( __DIR__ . '/Maintenance.php' ); /** * Maintenance script to check images to see if they exist, are readable, etc.