Set Logout redirect page in Script Users Register, Login
-
- Posts:4
Set Logout redirect page in Script Users Register, Login
Pleas I would like to know how I can set where the logout redirects to?
Admin
Posts:805
Hello,
In the class.Users.php file it is the logOut() function (line 324) that is accessed when logout request.
The redirect is made with html <meta> tag, added in that function:
In the class.Users.php file it is the logOut() function (line 324) that is accessed when logout request.
The redirect is made with html <meta> tag, added in that function:
Code: Select all
<meta http-equiv="Refresh" content="1;url=/">
Similar Topics
- Redirect according to browser type
JavaScript - jQuery - Ajax First post
Pleasant Coursesweb,Last post
I have two `simple` javascript what I wanna combine between detecting in two different browsers to script to another page....
Marplo thanks for quick feedback took me more hours, I should have come earlier with asking questions.
It is a waste I`m not have experiance with...