From cc6c529562ef5751133d97e3fec067c0072f215b Mon Sep 17 00:00:00 2001 From: berumuron Date: Fri, 26 Mar 2021 19:41:33 +0100 Subject: tec: Remove data/do-install.txt (#3555) * Remove file data/do-install.txt This file was painful during update because we had to remember to delete it each time. It added a security issue by allowing an attacker to reinstall FreshRSS during the update process. The (more powerful) file data/applied_migrations.txt has been introduced in 8619cf6fa to replace do-install.txt. We had to wait for at least one release in order to make sure existing instances of FreshRSS created the migration file. It should be ok now. * Replace i18n install.not_deleted key * Update documentation to update FreshRSS --- app/i18n/kr/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/kr') diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php index 77b4475fd..0406489b3 100644 --- a/app/i18n/kr/install.php +++ b/app/i18n/kr/install.php @@ -111,7 +111,7 @@ return array( 'choose' => 'FreshRSS에서 사용할 언어를 고르세요', 'defined' => '언어가 설정되었습니다.', ), - 'not_deleted' => '무언가 잘못되었습니다; %s 파일을 직접 삭제해주세요.', + 'missing_applied_migrations' => 'Something went wrong; you should create an empty file %s manually.', // TODO - Translation 'ok' => '설치 과정이 성공적으로 끝났습니다.', 'session' => array( 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation -- cgit v1.2.3