| 12345678910111213141516171819202122 |
- <?PHP
- include "../pcdl/html_head.php";
- ?>
- <body>
- <?php
- require_once "../path.php";
- require_once "../public/_pdo.php";
- require_once '../public/function.php';
- require_once '../ucenter/function.php';
- require_once "../pcdl/head_bar.php";
- require_once "../uhome/head.php";
- ?>
- <div class='index_inner'>
- </div>
- <script>
- </script>
- <?php
- include "../pcdl/html_foot.php";
- ?>
|