X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=blobdiff_plain;f=maintenance%2Finstall.php;h=762bb94fa6f7a1bbc13326cf603bb6f92d6f1d40;hb=38c7f444e1c13327e203ce4e2890826782b39876;hp=6339773aa283c1b7a2b6f0dd5ab4b61484c23c1d;hpb=f615a3b7af8e112a072589d7ad455664216d6d46;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/install.php b/maintenance/install.php index 6339773aa2..762bb94fa6 100644 --- a/maintenance/install.php +++ b/maintenance/install.php @@ -30,7 +30,7 @@ if ( !function_exists( 'version_compare' ) || ( version_compare( phpversion(), ' define( 'MW_CONFIG_CALLBACK', 'Installer::overrideConfig' ); define( 'MEDIAWIKI_INSTALL', true ); -require_once( dirname( dirname( __FILE__ ) )."/maintenance/Maintenance.php" ); +require_once( dirname( __DIR__ )."/maintenance/Maintenance.php" ); /** * Maintenance script to install and configure MediaWiki