Minor improvements (#1702)

* Minor improvements

* Update README.md

* Update legacy-changes.txt

* Update legacy-changes.txt

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-12-08 22:19:48 +07:00 committed by GitHub
commit b8b52f4d05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 14 deletions

View file

@ -13,7 +13,6 @@ if (!defined('BB_ROOT')) {
global $bb_cfg;
// TODO: if (!local environment) { ... }
if (!$bb_cfg['integrity_check']) {
return;
}
@ -28,6 +27,7 @@ $ignoreFiles = [
'.env.example',
'.htaccess',
'robots.txt',
'install.php',
'favicon.png',
'composer.json',
'composer.lock',