diff --git a/CHANGELOG.md b/CHANGELOG.md index e584e68..c80775a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ - **redis_key:** Fix array value cause parser error ### Perf +- **Site:** Move apps/{libraries->components}/Site - **Site:** try to cache re-hit - **Tracker:** Use brpoplpush to get announce data from redis - **captcha:** simple captcha input diff --git a/apps/views/torrents/list.php b/apps/views/torrents/list.php index 4b9e9f0..c546c18 100644 --- a/apps/views/torrents/list.php +++ b/apps/views/torrents/list.php @@ -40,7 +40,14 @@ - getCategory())['name'] ?> + + getCategory(); ?> + + <?= $cat['name'] ?> + + + +