index.php 255 B

12345678910
  1. <?php
  2. /**
  3. * 入口
  4. *
  5. *
  6. *
  7. */
  8. $site_url = strtolower('http://'.$_SERVER['HTTP_HOST'].substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/index.php')).'/shop/index.php');
  9. //@header('Location: '.$site_url);
  10. include('shop/index.php');