From 3f1a79de7db5e7bdaf3e29e0fb8467ca3b319a2c Mon Sep 17 00:00:00 2001 From: RedHood Date: Sun, 6 Dec 2020 01:04:36 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D0=B0=D1=8F=20=D1=84?= =?UTF-8?q?=D0=B8=D0=BA=D1=81=D0=B0=D1=86=D0=B8=D1=8F=20(=D0=B2=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=B0=D1=8F=20=D1=87=D0=B0=D1=81=D1=82=D1=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mirzaev/skillparts/system/web/.htaccess | 4 ++++ mirzaev/skillparts/system/web/favicon.ico | Bin 0 -> 318 bytes mirzaev/skillparts/system/web/index-test.php | 16 ++++++++++++++++ mirzaev/skillparts/system/web/index.php | 12 ++++++++++++ mirzaev/skillparts/system/web/robots.txt | 2 ++ 5 files changed, 34 insertions(+) create mode 100644 mirzaev/skillparts/system/web/.htaccess create mode 100644 mirzaev/skillparts/system/web/favicon.ico create mode 100644 mirzaev/skillparts/system/web/index-test.php create mode 100644 mirzaev/skillparts/system/web/index.php create mode 100644 mirzaev/skillparts/system/web/robots.txt diff --git a/mirzaev/skillparts/system/web/.htaccess b/mirzaev/skillparts/system/web/.htaccess new file mode 100644 index 0000000..197199e --- /dev/null +++ b/mirzaev/skillparts/system/web/.htaccess @@ -0,0 +1,4 @@ +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule . index.php [L] diff --git a/mirzaev/skillparts/system/web/favicon.ico b/mirzaev/skillparts/system/web/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..580ed732e86556ec57f3f3395a210246d679c076 GIT binary patch literal 318 zcmZQzU<5(|0RbS%!l1#(z#zuJz@P!d0zj+)#2|4HXaJKC0wf0lAEr2iX{M9K3=BR0 y!E90pK{x=K$Oz&POT#sS8N$ZKhC)h8ip0_|-T#43{vnSYgXBQCu@O54$pHYIza?e> literal 0 HcmV?d00001 diff --git a/mirzaev/skillparts/system/web/index-test.php b/mirzaev/skillparts/system/web/index-test.php new file mode 100644 index 0000000..1ec192f --- /dev/null +++ b/mirzaev/skillparts/system/web/index-test.php @@ -0,0 +1,16 @@ +run(); diff --git a/mirzaev/skillparts/system/web/index.php b/mirzaev/skillparts/system/web/index.php new file mode 100644 index 0000000..8057516 --- /dev/null +++ b/mirzaev/skillparts/system/web/index.php @@ -0,0 +1,12 @@ +run(); diff --git a/mirzaev/skillparts/system/web/robots.txt b/mirzaev/skillparts/system/web/robots.txt new file mode 100644 index 0000000..6f27bb6 --- /dev/null +++ b/mirzaev/skillparts/system/web/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: \ No newline at end of file