Changeset 180 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Sep 29, 2014 5:15:10 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
r179 r180 116 116 $phone = $this->getRequestParameter('phone'); 117 117 $token = $this->getRequestParameter('token'); 118 if ($src == null) return sfView::NONE; 118 var_dump(class_exists('sfView')); 119 //if ($src == null) return sfView::NONE; 119 120 120 121 /* if ($us_id && $token==md5($us_id.self::TOKENPW)) $tbluser = $this->getUserField(TbluserPeer::US_ID, $us_id);
Note: See TracChangeset
for help on using the changeset viewer.