aboutsummaryrefslogtreecommitdiff
path: root/dialogs.c
diff options
context:
space:
mode:
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