index.php 391 B

12345678910111213141516171819202122
  1. <?PHP
  2. include "../pcdl/html_head.php";
  3. ?>
  4. <body>
  5. <?php
  6. require_once "../path.php";
  7. require_once "../public/_pdo.php";
  8. require_once '../public/function.php';
  9. require_once '../ucenter/function.php';
  10. require_once "../pcdl/head_bar.php";
  11. require_once "../uhome/head.php";
  12. ?>
  13. <div class='index_inner'>
  14. </div>
  15. <script>
  16. </script>
  17. <?php
  18. include "../pcdl/html_foot.php";
  19. ?>