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

FEAT #13679 Use config.xml in visa script + docker + doc + move to bin folder

parent 4313ccaa
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,8 @@ $refusedStatus = (string)$config->refusedStatus;
$validatedStatusAnnot = (string)$config->validatedStatusAnnot;
$refusedStatusAnnot = (string)$config->refusedStatusAnnot;
chdir($GLOBALS['MaarchDirectory']);
set_include_path(get_include_path() . PATH_SEPARATOR . $GLOBALS['MaarchDirectory']);
try {
......
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