From 58f437592d7cce2b08b2811cb096e52d6db93823 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 14 Jan 2017 21:47:45 -0800 Subject: [PATCH] web: fixed URL of BOINCstats in 3 places --- html/inc/stats_sites.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/inc/stats_sites.inc b/html/inc/stats_sites.inc index 99101a403e..fbe76e4a6e 100644 --- a/html/inc/stats_sites.inc +++ b/html/inc/stats_sites.inc @@ -29,7 +29,7 @@ $cpid_stats_sites = array( ), */ array("BOINCstats", - "http://www.boincstats.com/en/stats/-1/user/detail/%s" + "http://boincstats.com/en/stats/-1/user/detail/%s" ), array("BOINC Statistics for the WORLD!", "http://www.boincsynergy.com/stats/boinc-individual.php?cpid=%s" @@ -74,7 +74,7 @@ $stats_sites = array( "BOINC Combined Statistics", "developed by James Drews" ), - array("http://www.boincstats.com/", + array("http://boincstats.com/", "BOINCstats", "by Willy de Zutter" ), @@ -137,7 +137,7 @@ $sig_sites = array( // "boinc.be", // "" //), - array("http://www.boincstats.com/page/faq.php#3", + array("http://boincstats.com/page/faq.php#3", "BOINCstats", "by Willy de Zutter" ),