Ignore:
Timestamp:
2014/05/30 16:56:25 (10 years ago)
Author:
shutta
Message:

#2488 mtb_ownersstore_ipsの削除
mtb_ownersstore_ipsマスターに関連する部分を全て削除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/upgrade/LC_Page_Upgrade_SiteCheck.php

    r23124 r23475  
    5454        $objLog->start($mode); 
    5555 
    56         if ($this->isValidIP() !== true) { 
    57             $objJson->setError(OSTORE_E_C_INVALID_ACCESS); 
    58             $objJson->display(); 
    59             $objLog->error(OSTORE_E_C_INVALID_ACCESS); 
    60  
    61             return; 
    62         } 
    63  
    6456        $dbFactory = SC_DB_DBFactory_Ex::getInstance(); 
    6557        $arrSystemInfo = array( 
Note: See TracChangeset for help on using the changeset viewer.