From bf820013df8510f72ae916945d08a68065599066 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sat, 16 Jan 2010 10:22:22 +0530 Subject: Use HTTPS link in URLs to Tinyproxy websites --- src/html-error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/html-error.c b/src/html-error.c index adb9775..7a2b2ab 100644 --- a/src/html-error.c +++ b/src/html-error.c @@ -280,7 +280,7 @@ int add_standard_vars (struct conn_s *connptr) add_error_variable (connptr, "date", timebuf); add_error_variable (connptr, "website", - "http://www.banu.com/tinyproxy/"); + "https://www.banu.com/tinyproxy/"); add_error_variable (connptr, "version", VERSION); add_error_variable (connptr, "package", PACKAGE); -- cgit v1.2.3