Set Logout redirect page in Script Users Register, Login

Place for comments, problems, questions, or any issue related to the JavaScript / PHP scripts from this site.
jaypzzle
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:

Code: Select all

<meta http-equiv="Refresh" content="1;url=/">

Similar Topics