09-16-2017, 03:59 PM
I don't think a change is needed there. If yo go into the blank not_logged_in.php page, you can do
And you will have access to the page the person was trying to go to.
So you can do
Is that what you were trying to do?
Code:
dnd($page);
And you will have access to the page the person was trying to go to.
So you can do
Code:
$dest = sanitizedDest($page);
Code:
Redirect::to('/usersc/landing.php?dest='.$dest)
Is that what you were trying to do?