use sha256 for generated packs

This commit is contained in:
luzeadev
2021-09-19 15:59:21 +02:00
parent e99a78cc2d
commit 8ca718ed8d
2 changed files with 12 additions and 21 deletions

View File

@ -2,7 +2,7 @@
require_once dirname(__FILE__).'/../api/shared/main.php';
function brand($script = null) {
$projVersion = '1.0.3';
$projVersion = '1.1.0';
return 'UUP dump standalone v'.$projVersion;
}