Changeset 18118 for branches/version-2_4/html/install/index.php
- Timestamp:
- 2009/06/16 14:29:32 (17 years ago)
- File:
-
- 1 edited
-
branches/version-2_4/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4/html/install/index.php
r18115 r18118 390 390 ".." . HTML2DATA_DIR . "Smarty/", 391 391 ".." . HTML2DATA_DIR . "logs/", 392 ".." . HTML2DATA_DIR . "downloads/" 392 ".." . HTML2DATA_DIR . "downloads/", 393 ".." . HTML2DATA_DIR . "upload/" 393 394 ); 394 395 … … 464 465 } 465 466 $path = ".." . HTML2DATA_DIR . "downloads/update"; 467 if(!file_exists($path)) { 468 mkdir($path); 469 } 470 $path = ".." . HTML2DATA_DIR . "upload/csv"; 466 471 if(!file_exists($path)) { 467 472 mkdir($path);
Note: See TracChangeset
for help on using the changeset viewer.
