Эх сурвалжийг харах

Pointed login to the dashboard on successful login.

Adam Day 9 жил өмнө
parent
commit
56e2f85d8f

+ 1 - 1
application/controllers/accountController.php

@@ -26,7 +26,7 @@ class accountController extends Staple_AuthController
 
 				if($granted === true)
 				{
-					header('Location: '.$this->_link(array('timesheet','index')));
+					header('Location: '.$this->_link(array('index','index')));
 				}
 				else
 				{