From 365b92070b139bc6c26ea9c4e424ba4ed7f7cd18 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 12 Apr 2017 16:02:04 +0200 Subject: [PATCH] Make new tag for github link of MMDVMHost --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 6856f24..5c3e724 100644 --- a/include/functions.php +++ b/include/functions.php @@ -10,7 +10,7 @@ function getMMDVMHostVersion() { } else { showLapTime("getMMDVMHostVersion"); if (strlen($output[0]) > 26) { - return substr($output[0],18,8)." ("._("compiled")." ".getMMDVMHostFileVersion(). ", GitID #" . substr($output[0],32,7) . ")"; + return substr($output[0],18,8)." ("._("compiled")." ".getMMDVMHostFileVersion(). ", GitID #" . substr($output[0],32,7) . ")"; } else { return substr($output[0],18,8)." ("._("compiled")." ".getMMDVMHostFileVersion(). ")"; }