diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-12-08 12:41:44 +0000 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-12-08 12:41:44 +0000 |
commit | 6e6f992f8cbc01ce4d6840d1a020f18846c37847 (patch) | |
tree | 3fc5ac2b6ca2361d90b6acf550c887f7817e5bef /src | |
parent | 4c1ede779eab302e5db689ad9990c9aa2e56b237 (diff) | |
download | tinyproxy-6e6f992f8cbc01ce4d6840d1a020f18846c37847.tar.gz tinyproxy-6e6f992f8cbc01ce4d6840d1a020f18846c37847.zip |
Update Tinyproxy website URL
Diffstat (limited to 'src')
-rw-r--r-- | src/html-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html-error.c b/src/html-error.c index 0acb2ad..f5a8003 100644 --- a/src/html-error.c +++ b/src/html-error.c @@ -275,7 +275,7 @@ add_standard_vars (struct conn_s *connptr) gmtime (&global_time)); 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, "package", PACKAGE); |