[imp] logout problem

Barry Flanagan barryf-imp@digiserve.ie
Fri, 14 Jun 2002 11:16:38 +0100


On Thursday 13 June 2002 22:38, lokesh wrote:
> Dear All
>
> i am using IMP 3.0 with redhat 7.2. I have modified custom_login.php file
> and copy that file as index.php file in horde directory. I am able to login
> and able to check my mails. But when i m trying to do logout, i m not
> coming out on same page. I read mailing list and did some changes in
> horde/imp/conf.php file and made
> $conf['user']['redirect_on_logout'] = true;

This should read 

$conf['user']['redirect_on_logout'] = 'http://url.to.goto/';

i.e. set it to false if you don't want to use it. Any other string will be 
considered the URL you want to redirect to.

Hope this helps.

-- 

-Barry Flanagan