Changeset 16826 for branches/beta/html/admin/home.php
- Timestamp:
- 2007/11/28 14:29:19 (19 years ago)
- File:
-
- 1 edited
-
branches/beta/html/admin/home.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/html/admin/home.php
r16825 r16826 213 213 $url = UPDATE_HTTP2 . $query; 214 214 $jsonStr = @file_get_contents($url); 215 215 216 216 $objJson = new Services_JSON; 217 217 $arrTmpData = is_string($jsonStr) ? $objJson->decode($jsonStr) : null; 218 218 219 219 if (empty($arrTmpData)) { 220 SC_Utils_Ex::sfErrorHeader(">> ¹¹¿·¾ðÊó¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£");220 sfErrorHeader(">> ¹¹¿·¾ðÊó¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£"); 221 221 return array(); 222 222 }
Note: See TracChangeset
for help on using the changeset viewer.
