APP_MOMENT support

This commit is contained in:
abbodi1406
2023-10-18 13:59:54 +03:00
parent 4b9784640c
commit fd0b4ee514
3 changed files with 23 additions and 5 deletions

View File

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