rss and ip seed box use string key to cache

This commit is contained in:
xiaomlove
2022-07-29 03:34:55 +08:00
parent c43ded9369
commit 8a4f4a77cb
3 changed files with 24 additions and 31 deletions

View File

@@ -238,6 +238,8 @@ class Update extends Install
* @since 1.7.19
*/
$this->removeMenu(['freeleech.php']);
NexusDB::cache_del('nexus_rss');
NexusDB::cache_del('nexus_is_ip_seed_box');
}