The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Redirect to my account.php
#1
What would be the best way to redirect the user
logged in that by error visit login.php
  Reply
#2
Code:
if(isset($user) && $user->isLoggedIn()){
Code:
Redirect::to('yourpage.php);
Code:
}

Let me know if you have any issues.
  Reply
#3
Code:
if(isset($user) && $user->isLoggedIn()){
Code:
Redirect::to('yourpage.php);
Code:
}

Let me know if you have any issues.
  Reply
#4
Login as admin and then I visit from my address bar to login.php and redirection does not occur.

<pre>
Code:
if(isset($user) && $user->isLoggedIn()){
Redirect::to('yourpage.php');
}
</pre>
  Reply
#5
If you hit login.php it's possible it's killing your session? Is the redirect working from any other pages?
  Reply
#6
It works! Perfect, it did not work because of human error. I thank you so much mudmin and brandin, Pura Vida!
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)