Changeset 16826


Ignore:
Timestamp:
2007/11/28 14:29:19 (16 years ago)
Author:
naka
Message:

新着情報取得をEC-CUBE2.0対応に変更

Location:
branches/beta
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/data/conf/conf.php

    r16822 r16826  
    102102// ¥â¥¸¥å¡¼¥ë´ÉÍýÍÑCSV¥Õ¥¡¥¤¥ë 
    103103define("MODULE_CSV", "module.php"); 
     104/** ¥¢¥Ã¥×¥Ç¡¼¥È´ÉÍýÍÑ¥Õ¥¡¥¤¥ë³ÊǼ¾ì½ê(EC-CUBE2Âбþ) */ 
     105define('UPDATE_HTTP2', "http://sv01.ec-cube.net/info/index.php"); 
    104106//-------------------------------------------------------------------------------------------------------- 
    105107 
  • branches/beta/html/admin/home.php

    r16825 r16826  
    213213        $url = UPDATE_HTTP2 . $query; 
    214214        $jsonStr = @file_get_contents($url); 
    215            
     215         
    216216        $objJson = new Services_JSON; 
    217217        $arrTmpData = is_string($jsonStr) ? $objJson->decode($jsonStr) : null; 
    218218                 
    219219        if (empty($arrTmpData)) { 
    220             SC_Utils_Ex::sfErrorHeader(">> ¹¹¿·¾ðÊó¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£"); 
     220            sfErrorHeader(">> ¹¹¿·¾ðÊó¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£"); 
    221221            return array(); 
    222222        } 
Note: See TracChangeset for help on using the changeset viewer.