Changeset 16635
- Timestamp:
- 2007/10/31 10:24:10 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/install/index.php
r16582 r16635 390 390 "../cp", 391 391 "../upload", 392 "../mobile/converted_images", 392 393 ".." . HTML2DATA_DIR . "cache/", 393 394 ".." . HTML2DATA_DIR . "class/", … … 401 402 foreach($arrWriteFile as $val) { 402 403 403 $arrDirs = listdirs($val); 404 if (is_dir($val)) { 405 $arrDirs = listdirs($val); 406 } else { 407 $arrDirs = array($val); 408 } 409 404 410 foreach ($arrDirs as $path) { 405 411 if(file_exists($path)) {
Note: See TracChangeset
for help on using the changeset viewer.
