Changeset 16896


Ignore:
Timestamp:
2007/12/04 13:33:36 (16 years ago)
Author:
naka
Message:

patch_download修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/upgrade/index.php

    r16854 r16896  
    5353        $class .= 'ProductsList'; 
    5454        break; 
     55    case 'patch_download': 
    5556    case 'download': 
    5657    case 'auto_update': 
     
    6465    default: 
    6566        header("HTTP/1.1 400 Bad Request"); 
     67        GC_Util::gfPrintLog("modeの値が正しくありません。:".$mode); 
    6668        exit(); 
    6769        break; 
Note: See TracChangeset for help on using the changeset viewer.