Revision 1784
Added by Dietmar about 12 years ago
- fixed security warning if a group will be deleted
index.php | ||
---|---|---|
43 | 43 |
|
44 | 44 |
switch($submit_action) : |
45 | 45 |
case 'delete': // delete the group |
46 |
$admin = new admin('Access', 'groups_delete'); |
|
46 |
$admin = new admin('Access', 'groups_delete', false);
|
|
47 | 47 |
// $group_id = $admin->checkIDKEY($_POST['group_id']); |
48 | 48 |
msgQueue::clear(); |
49 | 49 |
include($mod_path.'/delete.inc.php'); |
Also available in: Unified diff