[Vtigercrm-commits] [vtiger development] #5364: Login, and click on "browser back" causes "mixed" screen
vtiger development
vtiger-tickets at trac.vtiger.com
Fri Sep 19 07:34:20 EDT 2008
#5364: Login, and click on "browser back" causes "mixed" screen
------------------------+---------------------------------------------------
Reporter: nitin | Owner: developer
Type: defect | Status: new
Priority: minor | Milestone: 5.1.0
Component: vtigercrm | Version: 5.0.4
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by nitin):
To fix this issue:
add these lines in index.php before '''if($use_current_login)''' this
condition
if (isset($_SESSION['authenticated_user_id']) && $module == 'Users' &&
$action == 'Login')
{
header("Location:
index.php?action=$default_action&module=$default_module");
}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5364#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list