X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcheckImages.php;h=c05d91517d3ff5fcb513660affcbd04ceef8967e;hb=da953994c843ba2782949d66c006631944ee5aaf;hp=d7463ece287ad0a6d3703fe69fbf6b5f6c34f7e3;hpb=8a84f7a20e6ed29341e0c45178646ba177a7eee3;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.