diff --git a/session_login.cgi b/session_login.cgi index f7c254631..30f167540 100755 --- a/session_login.cgi +++ b/session_login.cgi @@ -29,9 +29,13 @@ $sidname = $miniserv{'sidname'} || "sid"; print "Set-Cookie: banner=0; path=/$sec\r\n" if ($gconfig{'loginbanner'}); print "Set-Cookie: $sidname=x; path=/$sec\r\n" if ($in{'logout'}); print "Set-Cookie: testing=1; path=/$sec\r\n"; +$title = $text{'session_header'}; +if ($gconfig{'showhost'}) { + $title = &get_display_hostname()." : ".$title; + } &ui_print_unbuffered_header( undef, undef, undef, undef, undef, 1, 1, undef, - "