From 70fc4b5a54fa8aaa526b871f7924f5f1ac8a9448 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 26 Jan 2012 17:32:30 +0000 Subject: [PATCH] Currently SCore is pretty behind-the-scenes --- core/util.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }