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

FIX #13670 TIME 0:15 Migrate CookieTime in config.xml + breaking change

parent fed6f4e1
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ foreach ($customs as $custom) { ...@@ -25,6 +25,7 @@ foreach ($customs as $custom) {
$loadedXml = simplexml_load_file($path); $loadedXml = simplexml_load_file($path);
if ($loadedXml) { if ($loadedXml) {
$loadedXml->CONFIG->CookieTime = 10080;
$i = 0; $i = 0;
foreach ($loadedXml->MODULES as $value) { foreach ($loadedXml->MODULES as $value) {
if (in_array($loadedXml->MODULES[$i]->moduleid, ['convert', 'reports', 'full_text', 'cases'])) { if (in_array($loadedXml->MODULES[$i]->moduleid, ['convert', 'reports', 'full_text', 'cases'])) {
......
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