Currently SCore is pretty behind-the-scenes
This commit is contained in:
parent
2fd204f8c0
commit
70fc4b5a54
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ function get_debug_info() {
|
|||
$debug .= "; Used $i_files files and $_execs queries";
|
||||
$debug .= "; Sent $_event_count events";
|
||||
$debug .= "; $hits cache hits and $miss misses";
|
||||
$debug .= "; Shimmie version ". VERSION .", SCore Version ". SCORE_VERSION;
|
||||
$debug .= "; Shimmie version ". VERSION; // .", SCore Version ". SCORE_VERSION;
|
||||
|
||||
return $debug;
|
||||
}
|
||||
|
|
Reference in a new issue