Update Tinyproxy website URL

This commit is contained in:
Mukund Sivaraman 2008-12-08 12:41:44 +00:00
parent 4c1ede779e
commit 6e6f992f8c

View File

@ -275,7 +275,7 @@ add_standard_vars (struct conn_s *connptr)
gmtime (&global_time)); gmtime (&global_time));
add_error_variable (connptr, "date", timebuf); add_error_variable (connptr, "date", timebuf);
add_error_variable (connptr, "website", "http://tinyproxy.banu.com/"); add_error_variable (connptr, "website", "http://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);