From 3070005521d49961d74476e69e1576598220bf74 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 14 Mar 1998 23:55:27 +0000 Subject: added a background image based on Pauls SAMBA logo but manipulated a little with GIMP (This used to be commit 57f4dfcbf307ad4e261e59f0545d500b3bae71e5) --- source3/web/swat.c | 2 +- swat/images/background.gif | Bin 0 -> 24381 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 swat/images/background.gif diff --git a/source3/web/swat.c b/source3/web/swat.c index 422259a05a..d479df9c35 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"); + printf("\n\nSamba Web Administration Tool\n\n\n\n", cgi_rooturl()); } diff --git a/swat/images/background.gif b/swat/images/background.gif new file mode 100644 index 0000000000..46c8796b35 Binary files /dev/null and b/swat/images/background.gif differ -- cgit