@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>xxx</title>
-</head>
-<body>
- <p>Hello Docker.</p>
-</body>
-</html>
@@ -1,6 +1,5 @@
<?php
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');
include('shop/index.php');
@@ -1,11 +0,0 @@
-<?php
-//declare(strict_types=1);
-error_reporting(E_ALL & ~E_NOTICE);
-$arr['xxx'] = 'yyy';
-$z = $arr['lll'];
-$y = strpos(null,'x');
-print($y);
-$x = 100;