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

20 lines
394 B
PHP

<?php
header ("Location:i_entrance/entrance.php");
/*
<!DOCTYPE html>
<html>
<head>
<title>삼국지 모의전투 유기체서버</title>
<?php require('i_banner/analytics.php'); ?>
</head>
<frameset name="index" frameborder="0" border="0">
<frame src="i_entrance/entrance.php" id="entrance" name="entrance">
</frameset>
<noframes></noframes>
</html>
*/