04-23-2019, 09:46 PM
thank you, so it does work only for 1 user. here what I did..
Redirect::to($us_url_root.$user->data()->admin."101/index.php");
Redirect::to($us_url_root.$user->data()->Steven."calendar/");
so if I log in with admin it redirect to correct page, if log in with Steve it take to admin page not to calendar/
Redirect::to($us_url_root.$user->data()->admin."101/index.php");
Redirect::to($us_url_root.$user->data()->Steven."calendar/");
so if I log in with admin it redirect to correct page, if log in with Steve it take to admin page not to calendar/