Changeset 18318
- Timestamp:
- 2009/09/25 12:09:09 (11 years ago)
- Location:
- branches/comu-ver2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/require_base.php
r18293 r18318 94 94 $sessionFactory->initSession(); 95 95 } 96 97 // 絵文字変換 (除去) フィルターを組み込む。98 ob_start(array('SC_MobileEmoji', 'handler'));99 96 ?> -
branches/comu-ver2/html/require.php
r18293 r18318 32 32 SC_MobileUserAgent::sfAutoRedirectMobileSite(); 33 33 34 // 絵文字変換 (除去) フィルターを組み込む。 35 ob_start(array('SC_MobileEmoji', 'handler')); 34 36 ?>
Note: See TracChangeset
for help on using the changeset viewer.