Changeset 17558 for branches/comu-ver2/data/class/SC_Initial_Mobile.php
- Timestamp:
- 2008/08/26 17:02:14 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/SC_Initial_Mobile.php
r16582 r17558 39 39 */ 40 40 function SC_Initial_Mobile() { 41 41 42 parent::SC_Initial(); 42 43 44 // XXX モバイルはパラメータを読まないようなのでこの方法は使えなかった 45 // // モバイルサイトを利用しない設定の場合、落とす。 46 // if (USE_MOBILE === false) { 47 // exit; 48 // } 49 43 50 define('MOBILE_SITE', true); 44 51 }
Note: See TracChangeset
for help on using the changeset viewer.