This commit is contained in:
Roly Rudy Gutierrez Pinto
2016-12-22 12:24:27 -04:00
parent 026d6b671a
commit 0de7c84861

View File

@@ -61,8 +61,14 @@ if( $delegation->alreadyRouted($_SESSION['APPLICATION'],$_SESSION['INDEX']) ) {
header('location:' . $mUrl); header('location:' . $mUrl);
die(); die();
} }
G::header('location: ../cases/casesListExtJs'); if (SYS_SKIN === "uxs") {
G::header('location: ../home/appList');
die(); die();
} else {
die('<script type="text/javascript">'
. 'window.parent.location="casesListExtJs?action=todo";'
. '</script>');
}
} }
/** /**
* cases_Step.php * cases_Step.php