diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-14 23:55:27 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-14 23:55:27 +0000 |
commit | 3070005521d49961d74476e69e1576598220bf74 (patch) | |
tree | 00fbd6a7a8f08853215edd7c5f14c34387b7efbb | |
parent | 97cb03b5f9b3a9a1b7c089b0227e5cc1256659a8 (diff) | |
download | samba-3070005521d49961d74476e69e1576598220bf74.tar.gz samba-3070005521d49961d74476e69e1576598220bf74.tar.bz2 samba-3070005521d49961d74476e69e1576598220bf74.zip |
added a background image based on Pauls SAMBA logo but manipulated a
little with GIMP
(This used to be commit 57f4dfcbf307ad4e261e59f0545d500b3bae71e5)
-rw-r--r-- | source3/web/swat.c | 2 | ||||
-rw-r--r-- | swat/images/background.gif | bin | 0 -> 24381 bytes |
2 files changed, 1 insertions, 1 deletions
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("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\">\n"); - printf("<HTML>\n<HEAD>\n<TITLE>Samba Web Administration Tool</TITLE>\n</HEAD>\n<BODY>\n\n"); + printf("<HTML>\n<HEAD>\n<TITLE>Samba Web Administration Tool</TITLE>\n</HEAD>\n<BODY background=\"%simages/background.gif\">\n\n", cgi_rooturl()); } diff --git a/swat/images/background.gif b/swat/images/background.gif Binary files differnew file mode 100644 index 0000000000..46c8796b35 --- /dev/null +++ b/swat/images/background.gif |