Changeset 6089 for temp/trunk/html/install/index.php
- Timestamp:
- 2006/10/12 14:02:58 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6080 r6089 302 302 mkdir($path); 303 303 } 304 $path = ". ./../html/upload/save_image";304 $path = "./upload/save_image"; 305 305 if(!file_exists($path)) { 306 306 mkdir($path); 307 307 } 308 $path = ". ./../html/upload/temp_image";308 $path = "./upload/temp_image"; 309 309 if(!file_exists($path)) { 310 310 mkdir($path); 311 311 } 312 $path = ". ./../html/upload/graph_image";312 $path = "./upload/graph_image"; 313 313 if(!file_exists($path)) { 314 314 mkdir($path); 315 315 } 316 $path = ". ./../html/upload/csv";316 $path = "./upload/csv"; 317 317 if(!file_exists($path)) { 318 318 mkdir($path);
Note: See TracChangeset
for help on using the changeset viewer.
