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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/web') 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()); } -- cgit