Changeset 20029 for branches/version-2_5-dev/html
- Timestamp:
- 2011/01/23 17:38:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/index.php
r19996 r20029 409 409 DATA_REALDIR . "downloads/", 410 410 DATA_REALDIR . "upload/", 411 HTML_REALDIR . ADMIN_DIR, 412 HTML_REALDIR 411 HTML_REALDIR, 413 412 ); 414 413 … … 418 417 // listdirsの保持データを初期化 419 418 initdirs(); 420 if (is_dir($val) and $val != HTML_REALDIR .ADMIN_DIR and $val != HTML_REALDIR) {421 $arrDirs = listdirs($val);419 if (is_dir($val) and $val != HTML_REALDIR) { 420 $arrDirs = listdirs($val); 422 421 } else { 423 422 $arrDirs = array($val);
Note: See TracChangeset
for help on using the changeset viewer.