Changeset 76 for trunk/www/Application/Controller/User.php
- Timestamp:
- Aug 24, 2009, 8:53:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/Controller/User.php
r71 r76 14 14 $Page = new PageView($this->System); 15 15 $View = new UserView($this->System); 16 return($Page->GetOutput($View->Login finish()));16 return($Page->GetOutput($View->LoginFinish())); 17 17 } 18 18
Note:
See TracChangeset
for help on using the changeset viewer.