From 1fdc411f7aa5e771a94b748c6e5e0bc997363769 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Oct 2016 06:50:18 +0200 Subject: add http://mirror.bebout.net/remi/ as official mirror --- check.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'check.php') diff --git a/check.php b/check.php index 94f92e08..a5cd20c1 100644 --- a/check.php +++ b/check.php @@ -133,7 +133,7 @@ if (!$cli) { $pids = array(); $ref = getRepoTime($full); if ($ref) { - printf(($cli ? "Check of %s (%s)\n" : "

%s - %s

\n"), $name, date('r', $ref)); + printf(($cli ? "Check %d mirrors of %s (%s)\n" : "

%s - %s

\n"), count($mirrors), $name, date('r', $ref)); if (!$cli) echo "\n"; } -- cgit