clean code and fix bugs (to cont.)

This commit is contained in:
David Drapeau 2020-11-27 16:10:37 +01:00
parent e137a24fe5
commit 044866a69f

View File

@ -75,7 +75,6 @@ if(file_exists($oConf->getPathCustom("modules.php"))){
if (!isset($_SESSION['config'])) { if (!isset($_SESSION['config'])) {
$_SESSION['config'] = $oConf->getConfig(); $_SESSION['config'] = $oConf->getConfig();
$_SESSION['erp'] = $oERP->getConfig();
////// //////
//// The code below creates a bug in Chromium "Too many redirections //// The code below creates a bug in Chromium "Too many redirections