aboutsummaryrefslogtreecommitdiff
path: root/dialogs.c
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2019-05-07 02:28:07 -0700
committerAntoni Sawicki <tenox@google.com>2019-05-07 02:28:07 -0700
commit743efdd88a2426157d8f3ec9ec3f4ade6443d1a8 (patch)
treed9b85e9d1893798a7daaa06ba3f6c9e29bba52c8 /dialogs.c
parenta0b8da9be6615423bdb9ee6f26dbbaadd45ca0ae (diff)
parent09f7627ac34a92c4299b3bdd2cebd853f0d3b34e (diff)
downloadwfm-743efdd88a2426157d8f3ec9ec3f4ade6443d1a8.tar.gz
auth method and others
Diffstat (limited to 'dialogs.c')
-rw-r--r--dialogs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/dialogs.c b/dialogs.c
index dfae4a4..d65705a 100644
--- a/dialogs.c
+++ b/dialogs.c
@@ -262,6 +262,7 @@ void about(void) {
#endif
"URL Encoding routines by Fred Bulback<BR>\n"
"Copyright &copy; 1994-2018 by Antoni Sawicki<BR>\n"
+ "Copyright &copy; 2018 by Google LLC<BR>\n"
"Copyright &copy; 1996-2011 by Thomas Boutell and Boutell.Com, Inc.<BR>\n"
"Copyright &copy; 2002 by Aladdin Enterprises<BR>\n"
"Copyright &copy; 1999-2009 by Paul Johnston<BR>\n"
@@ -278,6 +279,7 @@ void about(void) {
#endif
"User Agent: %s<BR>\n"
"JavaScript Level: %d<BR>\n"
+ "Auth: %d<BR>\n"
"Change Control: %s (%s)<BR>\n"
"&nbsp;<P>\n"
"&nbsp;<P>\n"
@@ -297,7 +299,7 @@ void about(void) {
"</TD></TR></TABLE>\n</BODY></HTML>\n",
rt.iconsurl, cfg.tagline, VERSION, __DATE__, __TIME__, __VERSION__,
cgiServerSoftware, ut.sysname, ut.nodename, ut.release, ut.version, ut.machine,
- NAME_MAX, PATH_MAX, cgiUserAgent, rt.js,
+ NAME_MAX, PATH_MAX, cgiUserAgent, rt.js, rt.auth_method,
#ifdef WFMGIT
"Git"
#else