Changeset 17622 for branches/version-2/html/install
- Timestamp:
- 2008/09/22 14:30:32 (18 years ago)
- File:
-
- 1 edited
-
branches/version-2/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/html/install/index.php
r17418 r17622 434 434 // 権限エラー等が発生していない場合 435 435 if(!$err_file) { 436 $path = "../upload/temp_template"; 436 umask(0); 437 $path = "../upload/temp_template"; 437 438 if(!file_exists($path)) { 438 439 mkdir($path);
Note: See TracChangeset
for help on using the changeset viewer.
