Project

General

Profile

« Previous | Next » 

Revision 1390

Added by FrankH about 14 years ago

  1. Security fixes for modules captcha_control, code and droplets

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
------------------------------------- 2.8.2 -------------------------------------
14
16 Jan-2011 Build 1389 Frank Heyne (FrankH)
14
16 Jan-2011 Build 1389+1390 Frank Heyne (FrankH)
15 15
# Security fixes for modules captcha_control, code and droplets
16 16
16 Jan-2011 Build 1388 Dietmar Woellbrink (Luisehahne)
17 17
# more Security fix for admin/pages
branches/2.8.x/wb/admin/interface/version.php
52 52

  
53 53
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
54 54
if(!defined('VERSION')) define('VERSION', '2.8.2.RC4');
55
if(!defined('REVISION')) define('REVISION', '1389');
55
if(!defined('REVISION')) define('REVISION', '1390');
56 56

  
57 57
?>
branches/2.8.x/wb/modules/droplets/modify_droplet.php
22 22
require_once(WB_PATH.'/framework/class.admin.php');
23 23
require_once(WB_PATH.'/framework/functions.php');
24 24

  
25
$admintool_link = ADMIN_URL .'/admintools/index.php';
26
$module_edit_link = ADMIN_URL .'/admintools/tool.php?tool=droplets';
27
$admin = new admin('admintools', 'admintools');
28

  
25 29
// Get id
26 30
$droplet_id = $admin->checkIDKEY('droplet_id', false, 'GET');
27 31
if (!$droplet_id) {
......
29 33
 exit();
30 34
}
31 35

  
32
$admintool_link = ADMIN_URL .'/admintools/index.php';
33
$module_edit_link = ADMIN_URL .'/admintools/tool.php?tool=droplets';
34
$admin = new admin('admintools', 'admintools');
35

  
36 36
// check if backend.css file needs to be included into the <body></body> of modify.php
37 37
if(!method_exists($admin, 'register_backend_modfiles') && file_exists(WB_PATH ."/modules/droplets/backend.css")) {
38 38
	echo '<style type="text/css">';

Also available in: Unified diff