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 | d2596d418feb56af60e6451188fde8164afbd774 (patch) | |
tree | 18dc45f532fd4e5887d4e1b3743bfc468965c462 /source3/web | |
parent | f83d4ba428f585698d53b0f1f928714ef14ff4f0 (diff) | |
download | samba-d2596d418feb56af60e6451188fde8164afbd774.tar.gz samba-d2596d418feb56af60e6451188fde8164afbd774.tar.bz2 samba-d2596d418feb56af60e6451188fde8164afbd774.zip |
Change title of SWAT globals page from 'Global Variables' to 'Global
Parameters' to be more consistent with the other pages.
(This used to be commit 02725d4a3cff5bf0b676c363200795d4cadecca1)
Diffstat (limited to 'source3/web')
-rw-r--r-- | source3/web/swat.c | 4 |
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(); |