cfmgrv4/app/Views/admin/mapurl/remap_template.php
2024-10-08 15:11:33 +09:00

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>