Skip to content
Snippets Groups Projects
Verified Commit 5f55d133 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #9739 TEST login after inactive moment on login page

parent ce7d1d2d
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ require_once 'apps/'.$_SESSION['config']['app_id']
$sec = new security();
$businessAppTools = new business_app_tools();
if (count($_SESSION['config']) <= 0) {
if (empty($_SESSION['config']['databasename'])) {
$tmpPath = explode(
DIRECTORY_SEPARATOR,
str_replace(
......@@ -103,6 +103,9 @@ if (count($_SESSION['config']) <= 0) {
$businessAppTools->build_business_app_config();
$core->load_modules_config($_SESSION['modules']);
$core->load_menu($_SESSION['modules']);
$core->load_lang();
$core->load_app_services();
$core->load_modules_services($_SESSION['modules']);
}
if (empty($login) || empty($password)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment