summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/web/swat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 1c892559dd..f4c12cc02f 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -780,7 +780,7 @@ static void globals_page(void)
unsigned int parm_filter = FLAG_BASIC;
int mode = 0;
- d_printf("<H2>%s</H2>\n", _("Global Variables"));
+ d_printf("<H2>%s</H2>\n", _("Global Parameters"));
if (cgi_variable("Commit")) {
commit_parameters(GLOBAL_SECTION_SNUM);
@@ -1321,6 +1321,8 @@ static void printers_page(void)
iNumNonAutoPrintServices = lp_numservices();
load_printers();
+ d_printf("hello \" there\n");
+
cgi_setup(dyn_SWATDIR, !demo_mode);
print_header();