announce only check paid torrent for leechers

This commit is contained in:
xiaomlove
2023-02-12 15:04:48 +08:00
parent cd3f8576c5
commit 64defea3e3
5 changed files with 26 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.8.0');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2023-02-11');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2023-02-12');
defined('IN_TRACKER') || define('IN_TRACKER', false);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");