From bc773fe1bec0febed40591c5ee76f77ed36a8f22 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Wed, 10 Oct 2012 14:23:47 -0400 Subject: [PATCH] First part of a series of commits designed to repair the missing sponsorship info on round-robin enabling. --- mirror-info.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mirror-info.php b/mirror-info.php index 796432824..512edd610 100644 --- a/mirror-info.php +++ b/mirror-info.php @@ -48,6 +48,7 @@ echo join('|', array( 'manual-noalias', // 6: /manual alias check is done elsewhere now $md5_ok, // 7: Rsync setup problems $exts, // 8: List of php extensions separated by comma + gethostname(), // 9: The configured hostname of the local system )); function run_self_tests() {