diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-05 12:33:03 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-05 12:33:03 +0200 |
commit | ca01e25772730cab0117bca0e514140e6c5f67d1 (patch) | |
tree | 50514c9738e96d42d8e5bbb1962bbb0169330eaa /program/steps/settings/func.inc | |
parent | 36d004e3d0ad9ff97b66b2e505f6b17fd6d23102 (diff) |
Fix security issue in delete-response action - allow only ajax request.
Unify code for identities and responses deletion.
Diffstat (limited to 'program/steps/settings/func.inc')
-rw-r--r-- | program/steps/settings/func.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index 40b70b119..8a96ada6b 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -44,6 +44,7 @@ $RCMAIL->register_action_map(array( 'add-response' => 'edit_response.inc', 'save-response' => 'edit_response.inc', 'delete-response' => 'responses.inc', + 'delete-identity' => 'identities.inc', 'upload-display' => 'upload.inc', )); |