From 4dfe60de1022de492af3b837df3be13ed40c83f2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 15 Mar 1998 00:01:34 +0000 Subject: a smaller background (This used to be commit bcec95740f96aa4a3b022f41e2167cc74afeea92) --- source3/web/swat.c | 2 +- swat/images/background.jpg | Bin 0 -> 11726 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 swat/images/background.jpg diff --git a/source3/web/swat.c b/source3/web/swat.c index d479df9c35..d9f890ce13 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -45,7 +45,7 @@ static void print_header(void) printf("Expires: 0\r\n"); printf("Content-type: text/html\r\n\r\n"); printf("\n"); - printf("\n\nSamba Web Administration Tool\n\n\n\n", cgi_rooturl()); + printf("\n\nSamba Web Administration Tool\n\n\n\n", cgi_rooturl()); } diff --git a/swat/images/background.jpg b/swat/images/background.jpg new file mode 100644 index 0000000000..e84e11fbef Binary files /dev/null and b/swat/images/background.jpg differ -- cgit