From: Andrew Tridgell Date: Sat, 14 Mar 1998 23:55:27 +0000 (+0000) Subject: added a background image based on Pauls SAMBA logo but manipulated a X-Git-Tag: samba-2.2.5pre1~6258 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=57f4dfcbf307ad4e261e59f0545d500b3bae71e5 added a background image based on Pauls SAMBA logo but manipulated a little with GIMP --- diff --git a/source/web/swat.c b/source/web/swat.c index 422259a05a2..d479df9c35e 100644 --- a/source/web/swat.c +++ b/source/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 00000000000..46c8796b351 Binary files /dev/null and b/swat/images/background.gif differ