Index: trunk/admin/category/addimage.php =================================================================== diff -u -r2853 -r4645 --- trunk/admin/category/addimage.php (.../addimage.php) (revision 2853) +++ trunk/admin/category/addimage.php (.../addimage.php) (revision 4645) @@ -21,7 +21,7 @@ // new startup: end /* set the destination of the image upload, relative to the root path */ -$DestDir = "kernel/images/"; +$DestDir = 'kernel/images/'; require_once ($pathtoroot.$admin."/include/elements.php"); require_once ($pathtoroot."kernel/admin/include/navmenu.php");