Ignore:
Timestamp:
Sep 29, 2014 4:13:26 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/user/actions/actions.class.php

    r167 r168  
    122122    /* if ($phone && $token==md5($phone.self::TOKENPW)) */ $tbluser = $this->getUserField(TbluserPeer::US_PHONE, $phone);
    123123
    124     if ($tbluser) $result = $this->getUserInfo($tbluser);
     124    /* if ($tbluser) $result = $this->getUserInfo($tbluser);
    125125    else return sfView::NONE;
    126126
    127127    $ip = myUtility::getRealIpAddr();
    128128    myUtility::log("$ip get from $src".($tbluser? '': ' failed'), 'apiuser.log');
    129     return $this->renderText($result);
     129    return $this->renderText($result); */
    130130  }
    131131
Note: See TracChangeset for help on using the changeset viewer.