forked from devsam/core
20 lines
394 B
PHP
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>
|
|
*/ |