Open Lechus opened 12 years ago
public function action_logout() { Auth::logout(); Redirect::to('home/index'); }
---> return Redirect::to('home');
---> return Redirect::to('home');