1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Depend on local mirror stats setup

This commit is contained in:
Gabor Hojtsy
2003-08-20 17:06:20 +00:00
parent 68bab1c1c2
commit b756370c5c

View File

@@ -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(), "|";