15 lines
405 B
PHP
15 lines
405 B
PHP
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
|
|
<body>
|
|
<script type="text/javascript" charset="UTF-8">
|
|
window.location.origin = window.location.protocol + '//' + window.location.hostname + (window.location.port ? (':' + window.location.port) : '');
|
|
<?= getRemapPage_MapurlHelper($viewDatas) ?>
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|