From: Andrew G. <aga...@re...> - 2014-10-23 03:16:23
|
No config I know of. I originally made it as a top right menu option but I think others made it the default. I'm flattered but I know it isn't for everyone. Sent from my BlackBerry 10 smartphone From: Pak Ricard Sent: Wednesday, October 22, 2014 7:13 PM To: webERP Developers Reply To: webERP Developers Subject: [WebERP-developers] Desactivation of Dashboard Hi all: I'm testing v4.11.5 and I see everytime I log in it runs Dashboard. Is there any way to deactivate the Dashboard besides commenting the code if ($FirstLogin AND !$SupplierLogin AND !$CustomerLogin) { header('Location: ' . $PathPrefix .'Dashboard.php'); } in session.inc? Is there any config flag to activate / deactivate it? Regards, Ricard |