This topic is locked
[SOLVED]

 Logout redirect

9/12/2005 6:09:33 PM
PHPRunner General questions
author

How/where do I change the code to have a person return to a specific web page (instead of back to the login form) when they click on the Logout link on top of the _list.php view?
Russ

Sergey Kornilov admin 9/13/2005

Russ,
open ..._list.php file with a text editor, find this code

<form name=logout method=post action="login.php">



and replace login.php with your page address

501256 9/13/2005

I was close ...
Thanks so much,
Russ