You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
206 B

  1. <?php
  2. $configs = include('Config.php');
  3. include_once('header.php');
  4. $pass_id = isset($_GET['id']) ? intval($_GET['id']) : 1;
  5. require('Controller/C_showDetail.php');
  6. include_once("footer.php")
  7. ?>