Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Steve Morris on February 23, 2002, 02:02:32 AM
-
Hi
I have installed Imp 3 and it is working fine, the only thing i would like to be able to do is when i log out of Imp it goes back to the login screen, is it possable for this to be changed to my local webserver page, if it is how is it done.
All help is appreciated.
Thanks
Steve Morris.
-
Yes, it's possible. To do it, you'll need to edit the template for imp's conf.php file. Edit /etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/40Conf and find the line that says
$conf['user']['redirect_on_logout'] = false;
change "false" to whatever URL you want to use (probably should be in quotes). Then expand the template, and you're set.
-
Thanks Dan worked a treat cheers..