Changeset 18296 for branches/comu-ver2/html/install/index.php
- Timestamp:
- 2009/09/21 00:24:42 (17 years ago)
- File:
-
- 1 edited
-
branches/comu-ver2/html/install/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/install/index.php
r18293 r18296 396 396 DATA_PATH . "Smarty/", 397 397 DATA_PATH . "logs/", 398 DATA_PATH . "downloads/" 398 DATA_PATH . "downloads/", 399 DATA_PATH . "upload/", 399 400 ); 400 401 … … 471 472 mkdir($path); 472 473 } 473 $path = HTML_PATH . "upload/csv";474 if(!file_exists($path)) {475 mkdir($path);476 }477 474 $path = DATA_PATH . "downloads/module"; 478 475 if(!file_exists($path)) { … … 480 477 } 481 478 $path = DATA_PATH . "downloads/update"; 479 if(!file_exists($path)) { 480 mkdir($path); 481 } 482 $path = DATA_PATH . "upload/csv"; 482 483 if(!file_exists($path)) { 483 484 mkdir($path);
Note: See TracChangeset
for help on using the changeset viewer.
