summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-15 00:01:34 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-15 00:01:34 +0000
commitbcec95740f96aa4a3b022f41e2167cc74afeea92 (patch)
tree3de8c33c83cd0c0c29cd5e3a6e59c5e5e5595953
parent57f4dfcbf307ad4e261e59f0545d500b3bae71e5 (diff)
downloadsamba-bcec95740f96aa4a3b022f41e2167cc74afeea92.tar.gz
a smaller background
-rw-r--r--source/web/swat.c2
-rw-r--r--swat/images/background.jpgbin0 -> 11726 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index d479df9c35e..d9f890ce139 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("<!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());
}
diff --git a/swat/images/background.jpg b/swat/images/background.jpg
new file mode 100644
index 00000000000..e84e11fbefc
--- /dev/null
+++ b/swat/images/background.jpg
Binary files differ