Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 658)
+++ trunk/CHANGELOG	(revision 659)
@@ -10,15 +10,17 @@
 # = Bugfix
 ! = Update/Change
 
-------------------------------------- 2.7.0 -------------------------------------
-02-Feb-2008 Thomas Hornik
-!	settings: pages-directory '/' will be converted to '' (empty string) on save.
-!	changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
+------------------------------------- 2.7.0 -------------------------------------
+02-Feb-2008 Christian Sommer
+#	fixed wrong redirect in /admin/images
+02-Feb-2008 Thomas Hornik
+!	settings: pages-directory '/' will be converted to '' (empty string) on save.
+!	changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
 #	fixed path in jscalendar-css
 01-Feb-2008 Christian Sommer
 #	Added default index.php to all folders to prevent directory spoofing
 01-Feb-2008 Thomas Hornik
-#	Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
+#	Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
 #	Fixed possible XSS-vulnerability in wb/search/search.php
 31-Jan-2008 Thomas Hornik
 !	Adjusted clock-red icon to match wb colors
Index: trunk/wb/admin/images/index.php
===================================================================
--- trunk/wb/admin/images/index.php	(revision 658)
+++ trunk/wb/admin/images/index.php	(revision 659)
@@ -23,7 +23,6 @@
 
 */
 
-require('../../config.php');
-header('Location: '.ADMIN_URL.'/home/index.php');
+header("Location: ../../index.php");
 
 ?>
\ No newline at end of file
