Changeset 9571
- Timestamp:
- Dec 17, 2008, 3:26:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/pc_backend/modules/default/actions/loginAction.class.php
r9569 r9571 25 25 if ($this->form->isValid()) { 26 26 $this->getUser()->setAuthenticated(true); 27 $this->redirect(' security/top');27 $this->redirect('default/top'); 28 28 } 29 29
Note: See TracChangeset
for help on using the changeset viewer.