Fix typo
This commit is contained in:
parent
739b5725f2
commit
7dacd2f98c
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ function decodeAlias($logLine) {
|
||||||
function getGitVersion(){
|
function getGitVersion(){
|
||||||
if (file_exists(".git")) {
|
if (file_exists(".git")) {
|
||||||
exec("git rev-parse --short HEAD", $output);
|
exec("git rev-parse --short HEAD", $output);
|
||||||
return 'GitID #<a href="https://github.com/dg9vh/MMDVMHost-Dashboard/commit/'.$output[0].' target="_blank">'.$output[0].'</a>';
|
return 'GitID #<a href="https://github.com/dg9vh/MMDVMHost-Dashboard/commit/'.$output[0]."' target="_blank">'.$output[0].'</a>';
|
||||||
} else {
|
} else {
|
||||||
return 'GitID unknown';
|
return 'GitID unknown';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue