forked from Cavemanon/cavepaintings
update ext now grabs extra info via JSON
This commit is contained in:
@ -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").")";
|
||||
|
Reference in New Issue
Block a user