[et] short date
This commit is contained in:
@ -65,7 +65,7 @@ class ET extends Extension
|
||||
|
||||
$ver = VERSION;
|
||||
if(defined("BUILD_TIME")) {
|
||||
$ver .= "-" . substr(constant("BUILD_TIME"), 0, 10);
|
||||
$ver .= "-" . substr(str_replace("-", "", constant("BUILD_TIME")), 0, 8);
|
||||
}
|
||||
if(defined("BUILD_HASH")) {
|
||||
$ver .= "-" . substr(constant("BUILD_HASH"), 0, 7);
|
||||
|
Reference in New Issue
Block a user