From 8ccfbbb36d34a4abb9ac2bcd1b718cc56f0f71e7 Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Sun, 2 Dec 2018 23:56:00 -0800 Subject: hack to logoff htauth session --- dialogs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dialogs.c') diff --git a/dialogs.c b/dialogs.c index dfae4a4..60d0374 100644 --- a/dialogs.c +++ b/dialogs.c @@ -278,6 +278,7 @@ void about(void) { #endif "User Agent: %s
\n" "JavaScript Level: %d
\n" + "Auth: %d
\n" "Change Control: %s (%s)
\n" " 

\n" " 

\n" @@ -297,7 +298,7 @@ void about(void) { "\n\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 -- cgit v1.2.3