mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merging the updated Limesurvey 1.92+ branch of queXS to trunk
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* other free or open source software licenses.
|
||||
* See COPYRIGHT.php for copyright notices and details.
|
||||
*
|
||||
* $Id: sessioncontrol.php 10925 2011-09-02 14:12:02Z c_schmitz $
|
||||
* $Id: sessioncontrol.php 11675 2011-12-18 02:27:59Z tmswhite $
|
||||
*/
|
||||
|
||||
// Security Checked: POST, GET, SESSION, REQUEST, returnglobal, DB
|
||||
@@ -152,7 +152,8 @@ $dangerousActionsArray = Array
|
||||
5 => Array('subaction' => 'insertquotaanswer'),
|
||||
6 => Array('subaction' => 'quota_delans')
|
||||
),
|
||||
'translate' => Array()
|
||||
'translate' => Array(),
|
||||
'ajaxmodlabelsetanswers'=>Array()
|
||||
);
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] == 'GET' && isset($_GET['action']) &&
|
||||
|
||||
Reference in New Issue
Block a user