Skip to content

Commit

Permalink
Dev Fixed some minor notices
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9513 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Nov 21, 2010
1 parent dcb0e82 commit decbe3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion admin/access_denied.php
Expand Up @@ -115,8 +115,12 @@
}
elseif($action == "CSRFwarn")
{
$sURLID='';
if (isset($sid)) {
$sURLID="?sid={$sid}";
}
$accesssummary .= "<p><span color='errortitle'>".$clang->gT("Security alert")."</span>: ".$clang->gT("Someone may be trying to use your LimeSurvey session (CSRF attack suspected). If you just clicked on a malicious link, please report this to your system administrator.").'<br>'.$clang->gT('Also this problem can occur when you are working/editing in LimeSurvey in several browser windows/tabs at the same time.')."</p>";
$accesssummary .= "<a href='$scriptname?sid={$sid}'>".$clang->gT("Continue")."</a><br />&nbsp;\n";
$accesssummary .= "<a href='{$scriptname}{$sURLID}'>".$clang->gT("Continue")."</a><br />&nbsp;\n";
}
elseif($action == "FakeGET")
{
Expand Down

0 comments on commit decbe3a

Please sign in to comment.