fix the judgement of upload authority

This commit is contained in:
xiaomlove
2022-12-04 00:22:43 +08:00
parent 1ee9a0c869
commit e85417a348
9 changed files with 22 additions and 18 deletions

View File

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