Fix the fix of the typo ... ARGH
This commit is contained in:
parent
7dacd2f98c
commit
e2cf12ea88
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ function decodeAlias($logLine) {
|
|||
function getGitVersion(){
|
||||
if (file_exists(".git")) {
|
||||
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 {
|
||||
return 'GitID unknown';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue