diff --git a/src/proxy.c b/src/proxy.c index 96fa1f2..6c6c9e5 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -118,7 +118,7 @@ char * proxy_stringtable[] = { "

503 Service Unavailable

Your request violates configured policy

\r\n", /* 16*/ "HTTP/1.0 401 Authentication Required\r\n" - "Proxy-Authenticate: basic realm=\"FTP Server\"\r\n" + "WWW-Authenticate: basic realm=\"FTP Server\"\r\n" "Proxy-Connection: close\r\n" "Content-type: text/html; charset=us-ascii\r\n" "\r\n" diff --git a/src/version.h b/src/version.h index bcc70cd..588f32d 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ #define VERSION "3proxy-0.8b-devel" -#define BUILDDATE "150831214516" +#define BUILDDATE "150901150708"