remove info_hash not exsts cache when upload

This commit is contained in:
xiaomlove
2023-08-18 02:39:07 +08:00
parent 8dc9cb8f02
commit 21c4ca0bef
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.8.6');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2023-08-15');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2023-08-18');
defined('IN_TRACKER') || define('IN_TRACKER', false);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");