From b756370c5c6f2e84133d252f6baa3224d6441812 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Wed, 20 Aug 2003 17:06:20 +0000 Subject: [PATCH] Depend on local mirror stats setup --- mirror-info.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirror-info.php b/mirror-info.php index 0aacd138e..62fd423fb 100644 --- a/mirror-info.php +++ b/mirror-info.php @@ -25,9 +25,9 @@ if (!isset($htsearch_prog)) { // Provide information on local stats setup if (isset($_SERVER['MIRROR_STATS']) && $_SERVER['MIRROR_STATS'] == '1') { - $mirror_stats = 1; // Yes + $mirror_stats = 1; } else { - $mirror_stats = 2; // Don't know + $mirror_stats = 0; } echo "$MYSITE|", phpversion(), "|$LAST_UPDATED|$searchtype|$mirror_stats|" , default_language(), "|";