Changeset 18177 for branches/version-2/html/install/index.php
- Timestamp:
- 2009/07/08 16:39:57 (17 years ago)
- File:
-
- 1 edited
-
branches/version-2/html/install/index.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/html/install/index.php
r18176 r18177 26 26 27 27 define("INSTALL_LOG", "./temp/install.log"); 28 define("INSTALL_INFO_URL", "http://www.ec-cube.net/install_info/index.php"); 28 29 ini_set("max_execution_time", 300); 29 30 … … 305 306 } 306 307 $req->clearPostData(); 307 308 308 break; 309 309 case 'return_step0': … … 328 328 break; 329 329 } 330 331 330 //フォーム用のパラメータを返す 332 331 $objPage->arrForm = $objWebParam->getFormParamList(); … … 390 389 ".." . HTML2DATA_DIR . "Smarty/", 391 390 ".." . HTML2DATA_DIR . "logs/", 392 ".." . HTML2DATA_DIR . "downloads/" 391 ".." . HTML2DATA_DIR . "downloads/", 392 ".." . HTML2DATA_DIR . "upload/" 393 393 ); 394 394 … … 467 467 mkdir($path); 468 468 } 469 $path = ".." . HTML2DATA_DIR . "upload/csv"; 470 if(!file_exists($path)) { 471 mkdir($path); 472 } 469 473 $mess.= ">> ○:アクセス権限は正常です。<br>"; 470 474 } … … 609 613 } 610 614 $objPage->tpl_sslurl = $secure_url; 615 //EC-CUBEオフィシャルサイトからのお知らせURL 616 $objPage->install_info_url = INSTALL_INFO_URL; 611 617 return $objPage; 612 618 } … … 1018 1024 if($objDb->sfTabaleExists('dtb_csv', $dsn)) { 1019 1025 lfInsertCSVData(1,'category_id','カテゴリID',53,'now()','now()', $dsn); 1020 lfInsertCSVData(4,'order_id','注文 ID',1,'now()','now()', $dsn);1026 lfInsertCSVData(4,'order_id','注文番号',1,'now()','now()', $dsn); 1021 1027 lfInsertCSVData(4,'campaign_id','キャンペーンID',2,'now()','now()', $dsn); 1022 1028 lfInsertCSVData(4,'customer_id','顧客ID',3,'now()','now()', $dsn);
Note: See TracChangeset
for help on using the changeset viewer.
