mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
fix torrent list pagination
This commit is contained in:
@@ -380,7 +380,7 @@ class Update extends Install
|
||||
|
||||
foreach (glob("$extractDir/*") as $path) {
|
||||
if (is_dir($path)) {
|
||||
$excludes = array_merge(ToolRepository::BACKUP_EXCLUDES, ['public/favicon.ico', '.env']);
|
||||
$excludes = array_merge(ToolRepository::BACKUP_EXCLUDES, ['public/favicon.ico', '.env', 'public/pic/category/chd']);
|
||||
if (!in_array('composer', $includes)) {
|
||||
$excludes[] = 'composer.lock';
|
||||
$excludes[] = 'composer.json';
|
||||
|
||||
Reference in New Issue
Block a user