Changeset 6978 for temp/trunk
- Timestamp:
- 2006/10/27 18:36:35 (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
r6958 r6978 307 307 "../upload", 308 308 "../../data/Smarty/templates_c", 309 "../../data/downloads", 309 310 "../../data/logs", 310 311 ); … … 361 362 mkdir($path); 362 363 } 364 $path = "../../data/downloads/module"; 365 if(!file_exists($path)) { 366 mkdir($path); 367 } 368 $path = "../../data/downloads/update"; 369 if(!file_exists($path)) { 370 mkdir($path); 371 } 363 372 } 364 373
Note: See TracChangeset
for help on using the changeset viewer.
