Revision 659
Added by doc almost 17 years ago
trunk/CHANGELOG | ||
---|---|---|
10 | 10 |
# = Bugfix |
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 |
------------------------------------- 2.7.0 ------------------------------------- |
|
14 |
02-Feb-2008 Thomas Hornik |
|
15 |
! settings: pages-directory '/' will be converted to '' (empty string) on save. |
|
16 |
! changed last remaining call to my_htmlspecialchars() to htmlspecialchars() |
|
13 |
------------------------------------- 2.7.0 ------------------------------------- |
|
14 |
02-Feb-2008 Christian Sommer |
|
15 |
# fixed wrong redirect in /admin/images |
|
16 |
02-Feb-2008 Thomas Hornik |
|
17 |
! settings: pages-directory '/' will be converted to '' (empty string) on save. |
|
18 |
! changed last remaining call to my_htmlspecialchars() to htmlspecialchars() |
|
17 | 19 |
# fixed path in jscalendar-css |
18 | 20 |
01-Feb-2008 Christian Sommer |
19 | 21 |
# Added default index.php to all folders to prevent directory spoofing |
20 | 22 |
01-Feb-2008 Thomas Hornik |
21 |
# Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF']. |
|
23 |
# Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
|
|
22 | 24 |
# Fixed possible XSS-vulnerability in wb/search/search.php |
23 | 25 |
31-Jan-2008 Thomas Hornik |
24 | 26 |
! Adjusted clock-red icon to match wb colors |
trunk/wb/admin/images/index.php | ||
---|---|---|
23 | 23 |
|
24 | 24 |
*/ |
25 | 25 |
|
26 |
require('../../config.php'); |
|
27 |
header('Location: '.ADMIN_URL.'/home/index.php'); |
|
26 |
header("Location: ../../index.php"); |
|
28 | 27 |
|
29 | 28 |
?> |
Also available in: Unified diff
fixed wrong redirect in /admin/images