Changeset 21526 for branches/version-2_12-dev/html/upgrade/index.php
- Timestamp:
- 2012/02/17 00:50:05 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/html/upgrade/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/upgrade/index.php
r21514 r21526 49 49 50 50 switch ($mode) { 51 case 'products_list':52 $file .= 'ProductsList.php';53 $class .= 'ProductsList';54 break;55 case 'patch_download':56 case 'download':57 case 'auto_update':58 $file .= 'Download.php';59 $class .= 'Download';60 break;61 case 'site_check':62 $file .= 'SiteCheck.php';63 $class .= 'SiteCheck';64 break;65 default:66 header('HTTP/1.1 400 Bad Request');67 GC_Util::gfPrintLog('modeの値が正しくありません。:'.$mode);68 exit();69 break;51 case 'products_list': 52 $file .= 'ProductsList.php'; 53 $class .= 'ProductsList'; 54 break; 55 case 'patch_download': 56 case 'download': 57 case 'auto_update': 58 $file .= 'Download.php'; 59 $class .= 'Download'; 60 break; 61 case 'site_check': 62 $file .= 'SiteCheck.php'; 63 $class .= 'SiteCheck'; 64 break; 65 default: 66 header('HTTP/1.1 400 Bad Request'); 67 GC_Util::gfPrintLog('modeの値が正しくありません。:'.$mode); 68 exit(); 69 break; 70 70 } 71 71
Note: See TracChangeset
for help on using the changeset viewer.
