Project

General

Profile

« Previous | Next » 

Revision 1388

Added by Dietmar over 13 years ago

more Security fix for admin/pages

View differences:

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

  
13 13
------------------------------------- 2.8.2 -------------------------------------
14
16 Jan-2011 Build 1388 Dietmar Woellbrink (Luisehahne)
15
# more Security fix for admin/pages
14 16
16 Jan-2011 Build 1387 Dietmar Woellbrink (Luisehahne)
15 17
# fix class.wb
16 18
16 Jan-2011 Build 1386 Dietmar Woellbrink (Luisehahne)
branches/2.8.x/wb/admin/pages/sections.php
78 78
} elseif(isset($_POST['module']) && $_POST['module'] != '')
79 79
{
80 80
	// Get section info
81
	$module = $admin->add_slashes($_POST['module']);
81
	$module = preg_replace("/\W/", "", $admin->add_slashes($_POST['module']));  // fix secunia 2010-91-4
82 82
	// Include the ordering class
83 83
	require(WB_PATH.'/framework/class.order.php');
84 84
	// Get new order
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', '1387');
55
if(!defined('REVISION')) define('REVISION', '1388');
56 56

  
57 57
?>

Also available in: Unified diff