fix new torrent email notification

This commit is contained in:
xiaomlove
2024-12-23 23:52:30 +08:00
parent edadbf0048
commit 2ca703c8df
4 changed files with 19 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.8.15');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2024-12-10');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2024-12-23');
defined('IN_TRACKER') || define('IN_TRACKER', false);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");