index.php 254 B

123456
  1. <?php
  2. declare(strict_types=0);
  3. $site_url = strtolower('http://'.$_SERVER['HTTP_HOST'].substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/index.php')).'/shop/index.php');
  4. //include('shop/index.php');
  5. header('Location: /icp/index.html');