Project

General

Profile

« Previous | Next » 

Revision 1784

Added by Dietmar over 11 years ago

  1. fixed security warning if a group will be deleted

View differences:

branches/2.8.x/CHANGELOG
13 13

  
14 14

  
15 15

  
16
12 Oct-2012 Build 1784 Dietmar Woellbrink (Luisehahne)
17
# fixed security warning if a group will be deleted
16 18
11 Oct-2012 Build 1783 Dietmar Woellbrink (Luisehahne)
17 19
# fixed maintenance frontend
18 20
11 Oct-2012 Build 1782 Dietmar Woellbrink (Luisehahne)
branches/2.8.x/wb/admin/groups/delete.inc.php
81 81
		} else {
82 82
			msgQueue :: add($MESSAGE['GENERIC_SECURITY_OFFENSE']);
83 83
		}
84
	}
84
		$admin->print_header();
85
		return ;
86
    }
branches/2.8.x/wb/admin/groups/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');
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.3');
54
if(!defined('REVISION')) define('REVISION', '1783');
54
if(!defined('REVISION')) define('REVISION', '1784');
55 55
if(!defined('SP')) define('SP', '');

Also available in: Unified diff