Files
core/twe/index.php
T
2018-01-20 04:00:59 +09:00

13 lines
302 B
PHP

<?php
header ("Location:main.php", true, 301);
/*
<html>
<head>
<title>삼국지 모의전투 유기체서버</title>
<?php require('analytics.php'); ?>
</head>
<frameset id=index name=index cols=100% frameborder=0 border=0>
<frame src=main.php id=main name=main>
</frameset>
</html>
*/