Use HTTPS link in URLs to Tinyproxy websites

This commit is contained in:
Mukund Sivaraman 2010-01-16 10:22:22 +05:30
parent 21c6164910
commit bf820013df

View File

@ -280,7 +280,7 @@ int add_standard_vars (struct conn_s *connptr)
add_error_variable (connptr, "date", timebuf); add_error_variable (connptr, "date", timebuf);
add_error_variable (connptr, "website", 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, "version", VERSION);
add_error_variable (connptr, "package", PACKAGE); add_error_variable (connptr, "package", PACKAGE);