Changeset 12125 for branches/dev/html/install/index.php
- Timestamp:
- 2007/04/09 17:51:19 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/install/index.php
r12006 r12125 370 370 "../cp", 371 371 "../upload", 372 "../mobile/converted_images",373 372 "../../data/Smarty/templates_c", 374 373 "../../data/downloads", … … 424 423 } 425 424 $path = "../upload/graph_image"; 425 if(!file_exists($path)) { 426 mkdir($path); 427 } 428 $path = "../upload/mobile_image"; 426 429 if(!file_exists($path)) { 427 430 mkdir($path);
Note: See TracChangeset
for help on using the changeset viewer.
