diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-15 00:01:34 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-15 00:01:34 +0000 |
commit | 4dfe60de1022de492af3b837df3be13ed40c83f2 (patch) | |
tree | ebcbe337af755bf39c5e68b77ef8d1d031b626c9 /source3 | |
parent | 3070005521d49961d74476e69e1576598220bf74 (diff) | |
download | samba-4dfe60de1022de492af3b837df3be13ed40c83f2.tar.gz samba-4dfe60de1022de492af3b837df3be13ed40c83f2.tar.xz samba-4dfe60de1022de492af3b837df3be13ed40c83f2.zip |
a smaller background
(This used to be commit bcec95740f96aa4a3b022f41e2167cc74afeea92)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/web/swat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c index d479df9c35e..d9f890ce139 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 background=\"%simages/background.gif\">\n\n", cgi_rooturl()); + printf("<HTML>\n<HEAD>\n<TITLE>Samba Web Administration Tool</TITLE>\n</HEAD>\n<BODY background=\"%simages/background.jpg\">\n\n", cgi_rooturl()); } |