Index: branches/dev/html/install/index.php
===================================================================
--- branches/dev/html/install/index.php	(revision 12006)
+++ branches/dev/html/install/index.php	(revision 12125)
@@ -370,5 +370,4 @@
 		"../cp",
 		"../upload",
-		"../mobile/converted_images",
 		"../../data/Smarty/templates_c",
 		"../../data/downloads",
@@ -424,4 +423,8 @@
 		}
 		$path = "../upload/graph_image";
+		if(!file_exists($path)) {
+			mkdir($path);
+		}
+        $path = "../upload/mobile_image";
 		if(!file_exists($path)) {
 			mkdir($path);
