From: rfthomas <rf...@as...> - 2014-10-24 14:34:26
|
My management does not want the Dashboard displayed to all of our in-house users automatically. We have made simple changes to session.inc and header.inc to stop displaying the dashboard on initial login and to add to the top quick access links. I have not investigated security token checking in Dashboard.php. Header.inc after line 75: echo '<li> ' . _('Dashboard') . ' <'.$RootPath.'/Dashboard.php> </li>'; Session.inc commented out lines 215 – 217: /* if ($FirstLogin AND !$SupplierLogin AND !$CustomerLogin) { header('Location: ' . $PathPrefix .'Dashboard.php'); } */ Bob Thomas -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Desactivation-of-Dashboard-tp4657740p4657744.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |