change to luos in docker

This commit is contained in:
Fernando Ontiveros
2025-04-06 08:21:10 +00:00
parent 30bd9b0393
commit 8a559cadeb
13 changed files with 23 additions and 73 deletions

View File

@@ -30,13 +30,14 @@ if (isset($_GET['ux'])) {
if ($statusPMGmail) {
echo '} else { window.parent.location.href = \''.$pathDerivateGmail.'\'; }';
} else {
echo '} else {
echo '} else {
if (parent.parent.postMessage) {
parent.parent.postMessage("redirect=todo","*");
} else {
window.parent.location.href = \'casesListExtJs\';
}
}';
}
}
echo "try {parent.parent.updateCasesTree();parent.parent.highlightCasesTree();} catch(e) {}";
?>