]> git.mxchange.org Git - friendica.git/commitdiff
refert to doc/INSTALL.md instead of README.txt in the installer
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 30 Aug 2020 08:12:42 +0000 (10:12 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 30 Aug 2020 08:12:42 +0000 (10:12 +0200)
src/Core/Installer.php
src/Module/Install.php

index 28db93d292de706f36a01ca76912f9cac51b24f3..4f2f2d99f3c9e0615781a6dff73b0ca4f8c9c676 100644 (file)
@@ -196,7 +196,7 @@ class Installer
 
                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('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'));
 
index 21510d206e3baa225caf2e16526b45ee6b1736ce..1448d5544c92de61ccd0b60b6882ba3a4fb84716 100644 (file)
@@ -188,7 +188,7 @@ class Install extends BaseModule
                                        '$pass'        => DI::l10n()->t('System check'),
                                        '$checks'      => self::$installer->getChecks(),
                                        '$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'),
                                        '$reload'      => DI::l10n()->t('Check again'),
                                        '$php_path'    => $php_path,