Revision 1393
Added by FrankH about 14 years ago
- Bugfix in Security fix
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.2 ------------------------------------- |
14 |
16 Jan-2011 Build 1393 Frank Heyne (FrankH) |
|
15 |
# Bugfix in Security fix |
|
14 | 16 |
16 Jan-2011 Build 1392 Dietmar Woellbrink (Luisehahne) |
15 | 17 |
! update headerinfos, change secure messages |
16 | 18 |
16 Jan-2011 Build 1389-1391 Frank Heyne (FrankH) |
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', '1392');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1393');
|
|
56 | 56 |
|
57 | 57 |
?> |
branches/2.8.x/wb/modules/code/modify.php | ||
---|---|---|
20 | 20 |
$template = new Template(WB_PATH.'/modules/code'); |
21 | 21 |
$template->set_file('page', 'htt/modify.htt'); |
22 | 22 |
$template->set_block('page', 'main_block', 'main'); |
23 |
require_once(WB_PATH.'/modules/admin.php'); |
|
24 | 23 |
|
25 | 24 |
// Get page content |
26 | 25 |
$query = "SELECT content FROM ".TABLE_PREFIX."mod_code WHERE section_id = '$section_id'"; |
Also available in: Unified diff