Changeset 11398 for temp/branches/mobile/html/require.php
- Timestamp:
- 2007/01/19 23:01:05 (20 years ago)
- File:
-
- 1 edited
-
temp/branches/mobile/html/require.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/mobile/html/require.php
r9552 r11398 30 30 require_once($include_dir . "/../data/class/SC_Page.php"); 31 31 require_once($include_dir . "/../data/class/SC_Pdf.php"); 32 require_once($include_dir . "/../data/class/GC_MobileUserAgent.php"); 33 require_once($include_dir . "/../data/class/GC_MobileEmoji.php"); 32 34 require_once($include_dir . "/../data/include/page_layout.inc"); 33 35 … … 35 37 sfLoadUpdateModule(); 36 38 39 // ·ÈÂÓüËö¤Î¾ì¹ç¤Ï mobile °Ê²¼¤Ø¥ê¥À¥¤¥ì¥¯¥È¤¹¤ë¡£ 40 if (GC_MobileUserAgent::isMobile()) { 41 header("Location: " . URL_DIR . "mobile/"); 42 exit; 43 } 44 45 // ³¨Ê¸»úÊÑ´¹ (½üµî) ¥Õ¥£¥ë¥¿¡¼¤òÁȤ߹þ¤à¡£ 46 ob_start(array('GC_MobileEmoji', 'handler')); 37 47 ?>
Note: See TracChangeset
for help on using the changeset viewer.
