X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Finstall.php;h=1dd19094976773245fb112f41b25a38c6ae6d2ec;hb=32df79f3d1966f41d6ddfb954a061361827499c2;hp=3395458d9fe3f4a8e9353c299b08ef5c8e1d3359;hpb=4905504faded8f85a9b3d68b27da5c9e2f11bd06;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/install.php b/maintenance/install.php index 3395458d9f..1dd1909497 100644 --- a/maintenance/install.php +++ b/maintenance/install.php @@ -129,6 +129,11 @@ class CommandLineInstaller extends Maintenance { $installer->execute(); $installer->writeConfigurationFile( $this->getOption( 'confpath', $IP ) ); } + $installer->showMessage( + 'config-install-success', + $installer->getVar( 'wgServer' ), + $installer->getVar( 'wgScriptPath' ) + ); } private function setDbPassOption() {