Changeset 168 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Sep 29, 2014 4:13:26 PM (11 years ago)
- 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 122 122 /* if ($phone && $token==md5($phone.self::TOKENPW)) */ $tbluser = $this->getUserField(TbluserPeer::US_PHONE, $phone); 123 123 124 if ($tbluser) $result = $this->getUserInfo($tbluser);124 /* if ($tbluser) $result = $this->getUserInfo($tbluser); 125 125 else return sfView::NONE; 126 126 127 127 $ip = myUtility::getRealIpAddr(); 128 128 myUtility::log("$ip get from $src".($tbluser? '': ' failed'), 'apiuser.log'); 129 return $this->renderText($result); 129 return $this->renderText($result); */ 130 130 } 131 131
Note: See TracChangeset
for help on using the changeset viewer.