From f861b5a719f67ab8c67cbd9539a7f94a3d67abb4 Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Fri, 14 Jul 2017 20:04:40 +0200 Subject: [PATCH] wrong position of github-commit-number --- include/functions.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/functions.php b/include/functions.php index f44cc9c..07e421b 100644 --- a/include/functions.php +++ b/include/functions.php @@ -36,7 +36,7 @@ function getDMRGatewayVersion() { } else { showLapTime("getDMRGatewayVersion"); if (strlen($output[0]) > 26) { - return substr($output[0],19,8)." ("._("compiled")." ".getDMRGatewayFileVersion(). ", GitID #" . substr($output[0],32,7) . ")"; + return substr($output[0],19,8)." ("._("compiled")." ".getDMRGatewayFileVersion(). ", GitID #" . substr($output[0],33,7) . ")"; } else { return substr($output[0],19,8)." ("._("compiled")." ".getDMRGatewayFileVersion(). ")"; } diff --git a/version.php b/version.php index 9e98384..50b4654 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@