mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Minor improvements (#1702)
* Minor improvements * Update README.md * Update legacy-changes.txt * Update legacy-changes.txt * Update CHANGELOG.md
This commit is contained in:
parent
da5019cf81
commit
b8b52f4d05
4 changed files with 13 additions and 14 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue