diff --git a/core/util.inc.php b/core/util.inc.php index 03bc66b1..f87ad268 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -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; }