Skip to content
Snippets Groups Projects
Verified Commit 10c81a9f authored by Alexandre Morin's avatar Alexandre Morin
Browse files

FIX #10068 WIP modules export seda

parent 2b64f0d6
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,8 @@ Class CheckReply {
public function getReply($reference) {
$header = [
'accept:application/json',
'content-type:application/json'
'content-type:application/json',
'user-agent:maarchrestclient'
];
$refEncode = str_replace('.', '%2E', urlencode($reference));
......
......@@ -33,7 +33,7 @@ class RequestSeda
{
//create session if NO SESSION
if (empty($_SESSION['user'])) {
/*if (empty($_SESSION['user'])) {
require_once('core/class/class_functions.php');
include_once('core/init.php');
require_once('core/class/class_portal.php');
......@@ -76,7 +76,7 @@ class RequestSeda
$businessAppTools->build_business_app_config();
$coreTools->load_modules_config($_SESSION['modules']);
$coreTools->load_menu($_SESSION['modules']);
}
}*/
$this->statement = [];
if ($db) {
......
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