Changeset 17622
- Timestamp:
- 2008/09/22 14:30:32 (15 years ago)
- Location:
- branches/version-2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/SC_Initial.php
r17540 r17622 176 176 function createCacheDir() { 177 177 if (defined("HTML_PATH")) { 178 if (!file_exists(COMPILE_DIR)) { 178 umask(0); 179 if (!file_exists(COMPILE_DIR)) { 179 180 mkdir(COMPILE_DIR); 180 181 } -
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.