refert to doc/INSTALL.md instead of README.txt in the installer
This commit is contained in:
parent
bc67808f09
commit
e402026b83
2 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@ class Installer
|
||||||
|
|
||||||
if ($result) {
|
if ($result) {
|
||||||
$txt = DI::l10n()->t('You may need to import the file "database.sql" manually using phpmyadmin or mysql.') . EOL;
|
$txt = DI::l10n()->t('You may need to import the file "database.sql" manually using phpmyadmin or mysql.') . EOL;
|
||||||
$txt .= DI::l10n()->t('Please see the file "INSTALL.txt".');
|
$txt .= DI::l10n()->t('Please see the file "doc/INSTALL.md".');
|
||||||
|
|
||||||
$this->addCheck($txt, false, true, htmlentities($result, ENT_COMPAT, 'UTF-8'));
|
$this->addCheck($txt, false, true, htmlentities($result, ENT_COMPAT, 'UTF-8'));
|
||||||
|
|
||||||
|
|
|
@ -188,7 +188,7 @@ class Install extends BaseModule
|
||||||
'$pass' => DI::l10n()->t('System check'),
|
'$pass' => DI::l10n()->t('System check'),
|
||||||
'$checks' => self::$installer->getChecks(),
|
'$checks' => self::$installer->getChecks(),
|
||||||
'$passed' => $status,
|
'$passed' => $status,
|
||||||
'$see_install' => DI::l10n()->t('Please see the file "INSTALL.txt".'),
|
'$see_install' => DI::l10n()->t('Please see the file "doc/INSTALL.md".'),
|
||||||
'$next' => DI::l10n()->t('Next'),
|
'$next' => DI::l10n()->t('Next'),
|
||||||
'$reload' => DI::l10n()->t('Check again'),
|
'$reload' => DI::l10n()->t('Check again'),
|
||||||
'$php_path' => $php_path,
|
'$php_path' => $php_path,
|
||||||
|
|
Loading…
Reference in a new issue