Changeset 17161
- Timestamp:
- 2008/03/17 19:57:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/pages/upgrade/LC_Page_Upgrade_Download.php
r17160 r17161 219 219 // DB更新ファイルの読み込み、実行 220 220 $objLog->log("* file execute start"); 221 $this->fileExecute( );221 $this->fileExecute($objRet->data->product_code); 222 222 223 223 // 配信サーバへ通知 … … 380 380 * LC_Update_Updater::execute()で処理を実行する. 381 381 */ 382 function fileExecute( ) {383 $file = DATA_PATH . 'downloads/update/ update.php';382 function fileExecute($productCode) { 383 $file = DATA_PATH . 'downloads/update/' . $productCode . '_update.php'; 384 384 if (file_exists($file)) { 385 385 @include_once $file;
Note: See TracChangeset
for help on using the changeset viewer.
