Changeset 6163 for temp/trunk
- Timestamp:
- 2006/10/12 21:08:08 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6162 r6163 257 257 // ¥×¥í¥°¥é¥à¤Ç½ñ¹þ¤ß¤µ¤ì¤ë¥Õ¥¡¥¤¥ë¡¦¥Ç¥£¥ì¥¯¥È¥ê 258 258 $arrWriteFile = array( 259 " data/install.inc",259 "../../data/install.inc", 260 260 "../user_data", 261 261 "../upload", 262 " data/Smarty/templates_c",263 " data/update",264 " data/logs",262 "../../data/Smarty/templates_c", 263 "../../data/update", 264 "../../data/logs", 265 265 ); 266 266 … … 268 268 $err_file = false; 269 269 foreach($arrWriteFile as $val) { 270 $path = "../../" . $val; 271 if(file_exists($path)) { 272 $mode = lfGetFileMode("../../" . $val); 270 if(file_exists($val)) { 271 $mode = lfGetFileMode($val); 273 272 274 273 // ¥Ç¥£¥ì¥¯¥È¥ê¤Î¾ì¹ç
Note: See TracChangeset
for help on using the changeset viewer.
