From 1194bab1e3522f5055d247f3f532f4f1c5ed18bf Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 19 Mar 2018 20:11:31 -0700 Subject: [PATCH] Web: use https links to BOINC web site in default project config --- html/project.sample/project.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/project.sample/project.inc b/html/project.sample/project.inc index de52ecd0e5..34111769e3 100644 --- a/html/project.sample/project.inc +++ b/html/project.sample/project.inc @@ -50,7 +50,7 @@ define("FORUM_QA_MERGED_MODE", true); // Set to true to merge Message boards and Q&A section define ("DISABLE_PROFILES", true); // enable profiles only after enabling reCAPTCHA - // http://boinc.berkeley.edu/trac/wiki/ProtectionFromSpam + // https://boinc.berkeley.edu/trac/wiki/ProtectionFromSpam define("USE_STOPFORUMSPAM", true); // use http://www.stopforumspam.com to suppress spammer accounts define("RPC_DEBUG", false); @@ -123,7 +123,7 @@ function project_footer($show_return, $show_date, $prefix) { // If you include any links, prepend URL with $prefix // echo '

- +

©'.gmdate("Y ").COPYRIGHT_HOLDER.'

';