[imp] URL PASSWD error solved

Bianchi Quota Leonardo Leonardo.BianchiQuota at INSIEL.IT
Sat Mar 27 02:37:00 PST 2004


Using horde2.2.3/imp3.2.1/passwd2.2 on rh30ES

error:
https://webmail/horde/imp/login.php?reason=logout&url=https%3A%2F%2Fwebmail.
aots.sanita.fvg.it%2Fhorde%2Flogin.php

I've seen one or two mail about this, and it seems it's working now as it
redirects logout from /horde logout to horde/imp logout.

I changed in passwd/templates/menu/menu.inc this:

BEFORE

/* Logout */
Menu::printItem(Horde::url($registry->getWebRoot('horde') .
'/login.php?reason=logout'), _("Logout"), 'logout.gif',
$registry->getGraphicsPath("horde"));

AFTER

/* Logout */
Menu::printItem(Horde::url($registry->getWebRoot('imp') .
'/login.php?reason=logout'), _("Logout"), 'logout.gif',
$registry->getGraphicsPath("horde"));
?>

It seems it's working and redirect from /horde/logout to horde/imp/logout


More information about the imp mailing list