Changeset 170 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Sep 29, 2014 4:43:16 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
r169 r170 109 109 110 110 public function executeGetinfo() { 111 return 'executeGetinfo'; 111 $text = 'executeGetinfo'; 112 return $this->renderText($text); 112 113 /* $src = $this->getRequestParameter('src'); 113 114 $us_id = $this->getRequestParameter('us_id');
Note: See TracChangeset
for help on using the changeset viewer.