diff options
Diffstat (limited to '')
-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); |