diff options
author | Tim Potter <tpot@samba.org> | 2003-09-26 01:32:20 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-26 01:32:20 +0000 |
commit | 02725d4a3cff5bf0b676c363200795d4cadecca1 (patch) | |
tree | 154446e36d9a59cb54a61f89f2bb73f4ea559780 /source/web | |
parent | 8ce279e47184623e74f795294ffba842e4f2e848 (diff) | |
download | samba-02725d4a3cff5bf0b676c363200795d4cadecca1.tar.gz samba-02725d4a3cff5bf0b676c363200795d4cadecca1.tar.xz samba-02725d4a3cff5bf0b676c363200795d4cadecca1.zip |
Change title of SWAT globals page from 'Global Variables' to 'Global
Parameters' to be more consistent with the other pages.
Diffstat (limited to 'source/web')
-rw-r--r-- | source/web/swat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c index 1c892559dd9..f4c12cc02f9 100644 --- a/source/web/swat.c +++ b/source/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(); |