Changeset 15469 for branches


Ignore:
Timestamp:
2007/08/30 14:01:03 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/data/include/mobile.inc

    r15461 r15469  
    197197        exit; 
    198198    } 
     199     
     200    if($_SESSION['mobile']['phone_id'] == "") { 
     201        $_SESSION['mobile']['phone_id'] = GC_MobileUserAgent::getId(); 
     202        if($_SESSION['mobile']['phone_id'] != "") { 
     203            gfPrintLog("µ¡¼ïÈÖ¹æ¤ÎºÆ¼èÆÀ¡§".$_SESSION['mobile']['phone_id']); 
     204        } 
     205    } 
     206     
    199207    // ¥»¥Ã¥·¥ç¥ó¤ÎÍ­¸ú´ü¸Â¤ò¹¹¿·¤¹¤ë¡£ 
    200208    $_SESSION['mobile']['expires'] = time() + MOBILE_SESSION_LIFETIME; 
Note: See TracChangeset for help on using the changeset viewer.