06-19-2016, 05:13 PM
I can't think of a way to do that. It seems like it would be a security vulnerability.
I think the better thing to do would be something along the lines of putting...
somewhere on the page to make something accessible to only logged in users. Maybe I'm missing something.
Can you tell me a little bit more about what you're trying to accomplish?
I think the better thing to do would be something along the lines of putting...
Code:
if($user->isLoggedIn()){
Code:
//your code here
Code:
}
somewhere on the page to make something accessible to only logged in users. Maybe I'm missing something.
Can you tell me a little bit more about what you're trying to accomplish?