Change title of SWAT globals page from 'Global Variables' to 'Global
authorTim Potter <tpot@samba.org>
Fri, 26 Sep 2003 01:32:20 +0000 (01:32 +0000)
committerTim Potter <tpot@samba.org>
Fri, 26 Sep 2003 01:32:20 +0000 (01:32 +0000)
Parameters' to be more consistent with the other pages.
(This used to be commit 02725d4a3cff5bf0b676c363200795d4cadecca1)

source3/web/swat.c

index 1c892559dd97f5b4971de3796d53985f91f1aa8d..f4c12cc02f95e972acf6ffe40d887f14cb82bf01 100644 (file)
@@ -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();