summaryrefslogtreecommitdiffstats
path: root/app.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'app.cgi')
-rwxr-xr-xapp.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.cgi b/app.cgi
index 844e3cd..2f06640 100755
--- a/app.cgi
+++ b/app.cgi
@@ -73,7 +73,7 @@ sub login {
if (defined $login and $error eq '') {
print "Set-Cookie: $AUTH_COOKIE=ok:$login; path=$ENV{SCRIPT_NAME}\n";
print "Refresh: 3; URL=$ENV{SCRIPT_NAME}\n";
- $title = 'Logged in';
+ $title = 'Logged in as ' . CGI::escapeHTML($login);
$body = 'You will be redirected to the '
. qq!<a href="$ENV{SCRIPT_NAME}">home page</a>!;
return;