| Current Path : /home/xbodynamge/namtation/reservation/coach/ |
| Current File : /home/xbodynamge/namtation/reservation/coach/index.php |
<?php
include_once('init.inc.php');
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<table style="width:100%;border:1px solid black;border-collapse:collapse;">
<tr>
<?php include_once('menu.php');?>
<td style="border:1px solid black;">
</td>
</tr>
</table>
</body>
</html>