".$clang->gT("Access denied!")."
\n"; $action=returnglobal('action'); if ( $action == "dumpdb" ) { $accesssummary .= "

".$clang->gT("You are not allowed dump the database!")."
"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "dumplabel") { $accesssummary .= "

".$clang->gT("You are not allowed export a label set!")."
"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "edituser") { $accesssummary .= "

".$clang->gT("You are not allowed to change user data!"); $accesssummary .= "

".$clang->gT("Continue")."
 \n"; } elseif($action == "newsurvey") { $accesssummary .= "

".$clang->gT("You are not allowed to create new surveys!")."
"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "deletesurvey") { $accesssummary .= "

".$clang->gT("You are not allowed to delete this survey!")."
"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "addquestion") { $accesssummary .= "

".$clang->gT("You are not allowed to add new questions for this survey!")."
"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "activate") { $accesssummary .= "

".$clang->gT("You are not allowed to activate this survey!")."
"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "deactivate") { $accesssummary .= "

".$clang->gT("You are not allowed to deactivate this survey!")."
"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "addgroup") { $accesssummary .= "

".$clang->gT("You are not allowed to add a group to this survey!")."
"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "ordergroups") { $accesssummary .= "

".$clang->gT("You are not allowed to order groups in this survey!")."
"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "editsurvey") { $accesssummary .= "

".$clang->gT("You are not allowed to edit this survey!")."

"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "editgroup") { $accesssummary .= "

".$clang->gT("You are not allowed to edit groups in this survey!")."

"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "browse_response" || $action == "listcolumn" || $action == "vvexport" || $action == "vvimport") { $accesssummary .= "

".$clang->gT("You are not allowed to browse responses!")."

"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "assessment") { $accesssummary .= "

".$clang->gT("You are not allowed to set assessment rules!")."

"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "delusergroup") { $accesssummary .= "

".$clang->gT("You are not allowed to delete this group!")."

"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "importsurvey") { $accesssummary .= "

".$clang->gT("You are not allowed to import a survey!")."

"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "importgroup") { $accesssummary .= "

".$clang->gT("You are not allowed to import a group!")."

"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "importquestion") { $accesssummary .= "

".$clang->gT("You are not allowed to to import a question!")."

"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "CSRFwarn") { $sURLID=''; if (isset($sid)) { $sURLID="?sid={$sid}"; } $accesssummary .= "

".$clang->gT("Security alert").": ".$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.").'
'.$clang->gT('Also this problem can occur when you are working/editing in LimeSurvey in several browser windows/tabs at the same time.')."

"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } elseif($action == "FakeGET") { $accesssummary .= "

".$clang->gT("Security alert").": ".$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.").'
'.$clang->gT('Also this problem can occur when you are working/editing in LimeSurvey in several browser windows/tabs at the same time.')."

"; $accesssummary .= "".$clang->gT("Continue")."
 \n"; } else { $accesssummary .= "
".$clang->gT("You are not allowed to perform this operation!")."
\n"; if(!empty($sid)) { $accesssummary .= "

".$clang->gT("Continue")."
 \n"; } else { $accesssummary .= "

".$clang->gT("Continue")."
 \n"; } } } ?>