Skip to content

Commit

Permalink
[et] short date
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Jan 6, 2024
1 parent e57264f commit ebbcc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/et/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private function get_info(): array

$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);
Expand Down

0 comments on commit ebbcc9f

Please sign in to comment.