Changeset 2264 for temp/trunk/html/install/index.php
- Timestamp:
- 2006/08/28 13:22:06 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r2259 r2264 182 182 "html/user_data", 183 183 "html/upload", 184 "html/upload/save_image",185 "html/upload/temp_image",186 "html/upload/graph_image",187 "html/upload/csv",188 184 "data/Smarty/templates_c", 189 185 "data/update", … … 225 221 $path = "../../data/Smarty/templates_c/admin"; 226 222 mkdir($path); 223 $path = "../../html/upload/save_image"; 224 mkdir($path); 225 $path = "../../html/upload/temp_image"; 226 mkdir($path); 227 $path = "../../html/upload/graph_image"; 228 mkdir($path); 229 $path = "../../html/upload/csv"; 230 mkdir($path); 227 231 } 228 232
Note: See TracChangeset
for help on using the changeset viewer.
