ayHaru 4 years ago
parent
commit
226ba2de6e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.php

+ 2 - 2
index.php

@@ -2,5 +2,5 @@
 declare(strict_types=0);
 declare(strict_types=0);
 
 
 $site_url = strtolower('http://'.$_SERVER['HTTP_HOST'].substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/index.php')).'/shop/index.php');
 $site_url = strtolower('http://'.$_SERVER['HTTP_HOST'].substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/index.php')).'/shop/index.php');
-//include('shop/index.php');
-redirect('project/index.html');
+include('shop/index.php');
+//redirect('project/index.html');