Changeset 199 for pro-bachkim-filespace/sourcecode/api.violet.vn/www
- Timestamp:
- Sep 30, 2014 6:56:43 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
r181 r199 19 19 public function executeIndex() 20 20 { 21 $this->forward('default', 'module'); 21 echo '1234'; 22 //$this->forward('default', 'module'); 22 23 } 23 24 … … 109 110 110 111 public function executeGetinfo() { 111 112 112 $src = $this->getRequestParameter('src'); 113 113 $us_id = $this->getRequestParameter('us_id');
Note: See TracChangeset
for help on using the changeset viewer.