1
0
This repository has been archived on 2025-01-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Anderson Luiz Alves 0464e230c1 stock 103961
2017-07-30 16:48:04 -03:00

22 lines
770 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>GVT</title>
<script type="text/javascript">
var isSimul = ('<!--#echo -->' != '');
if (!isSimul) {
// var DefaultLevel=eval('<!--#echo jsonvar="cli=Services_IADConfigurator_DefaultLevel"-->');
var DefaultLanguage=eval('<!--#echo jsonvar="cli=Services_IADConfigurator_CurrentLanguage"-->');
}
else {
var DefaultLevel = 'basic';
var DefaultLanguage = 'pt_BR';
}
// document.location.href = DefaultLanguage + '/' + DefaultLevel + '/index.htm';
document.location.href = DefaultLanguage + '/admin/index.htm';
</script>
</head>
<body>
</body>
</html>