Commit 11967c267786a5499539e1cc3e62b8c8447c2497
1 parent
053f3af3
changes from server
Showing
2 changed files
with
5 additions
and
3 deletions
Show diff stats
.htaccess
| 1 | + | |
| 2 | + | |
| 1 | 3 | Options FollowSymLinks |
| 2 | 4 | AddDefaultCharset utf-8 |
| 3 | - | |
| 5 | +Satisfy any | |
| 4 | 6 | <IfModule mod_rewrite.c> |
| 5 | 7 | RewriteEngine On |
| 6 | 8 | |
| ... | ... | @@ -41,4 +43,4 @@ AddDefaultCharset utf-8 |
| 41 | 43 | |
| 42 | 44 | RewriteCond %{REQUEST_URI} \.(htaccess|htpasswd|svn|git) |
| 43 | 45 | RewriteRule \.(htaccess|htpasswd|svn|git) - [F] |
| 44 | -</IfModule> | |
| 45 | 46 | \ No newline at end of file |
| 47 | +</IfModule> | ... | ... |
common/config/settings.php
| ... | ... | @@ -19,7 +19,7 @@ return [ |
| 19 | 19 | 'google' => 'https://plus.google.com/+ArtwebUaAgency', |
| 20 | 20 | 'twitter' => 'https://twitter.com/ArtWeb_ua', |
| 21 | 21 | 'name' => 'CloudBank', |
| 22 | - 'logo' => '3', | |
| 22 | + 'logo' => '23', | |
| 23 | 23 | 'about' => 'Маркет облачных решений для бизнеса', |
| 24 | 24 | 'analytics_key' => '119240817', |
| 25 | 25 | 'robots' => 'User-agent: * | ... | ... |