Commit f3bbe77cc408b0ac31165e6dea7cb891e915febf
1 parent
1e8553e6
ignore fixed
Showing
3 changed files
with
3 additions
and
44 deletions
Show diff stats
.gitignore
common/config/mail.php deleted
common/config/settings.php deleted
1 | -<?php | |
2 | - | |
3 | -return [ | |
4 | - 1 => [ | |
5 | - 'phone' => '+38 (044) 593-73-76', | |
6 | - 'phone2' => '+38 (098) 468-07-64', | |
7 | - 'skype' => 'artwebstudio', | |
8 | - 'email' => 'kazimirova.artweb@gmail.com', | |
9 | - 'house' => '1-М', | |
10 | - 'street' => 'пр. М. Бажана', | |
11 | - 'office' => '25', | |
12 | - 'city' => 'Киев', | |
13 | - 'country' => 'Украина', | |
14 | - 'lat' => '50.403696', | |
15 | - 'lon' => '30.641481', | |
16 | - 'facebook' => '', | |
17 | - 'vk' => '', | |
18 | - 'ok' => '', | |
19 | - 'google' => '', | |
20 | - 'twitter' => '', | |
21 | - 'name' => 'Artweb', | |
22 | - 'logo' => '1', | |
23 | - 'about' => 'Строим бизнес в онлайне', | |
24 | - 'analytics_key' => '119240817', | |
25 | - 'robots' => 'User-agent: Google | |
26 | -Disallow: | |
27 | -', | |
28 | - 'ga_code' => '796967', | |
29 | - 'ya_code' => '08908908', | |
30 | - 'tag_manager' => '', | |
31 | - 'id' => 1, | |
32 | - ], | |
33 | -]; |