update ext now grabs extra info via JSON

This commit is contained in:
Daku
2012-02-16 07:50:28 +00:00
parent 6ba66789e4
commit bbb9d6bd4c
2 changed files with 54 additions and 28 deletions

View File

@ -944,7 +944,7 @@ function get_debug_info() {
$i_mem = "???";
}
if($config->get_string("commit_hash") == ""){
if($config->get_string("commit_hash") == "unknown"){
$commit = "";
}else{
$commit = " (".$config->get_string("commit_hash").")";