modified: .htaccess
modified: view/ru/strings.php
This commit is contained in:
parent
6a307f0db1
commit
7f4516d747
@ -1,8 +1,10 @@
|
|||||||
Options -Indexes
|
Options -Indexes
|
||||||
AddType application/x-java-archive .jar
|
AddType application/x-java-archive .jar
|
||||||
AddType audio/ogg .oga
|
AddType audio/ogg .oga
|
||||||
|
#SSLCipherSuite HIGH:AES256-SHA:AES128-SHA:RC4:!aNULL:!eNULL:!EDH
|
||||||
|
|
||||||
<FilesMatch "\.(out|log)$">
|
# don't allow any web access to logfiles, even after rotation/compression
|
||||||
|
<FilesMatch "\.(out|log|gz)$">
|
||||||
Deny from all
|
Deny from all
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
@ -10,6 +12,8 @@ Deny from all
|
|||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
# Protect repository directory from browsing
|
# Protect repository directory from browsing
|
||||||
RewriteRule "(^|/)\.git" - [F]
|
RewriteRule "(^|/)\.git" - [F]
|
||||||
|
RewriteRule "(^|/)store" - [F]
|
||||||
|
|
||||||
|
|
||||||
# Rewrite current-style URLs of the form 'index.php?q=x'.
|
# Rewrite current-style URLs of the form 'index.php?q=x'.
|
||||||
# Also place auth information into REMOTE_USER for sites running
|
# Also place auth information into REMOTE_USER for sites running
|
||||||
|
@ -673,7 +673,7 @@ $a->strings["Chat Rooms"] = "Чаты";
|
|||||||
$a->strings["Bookmarked Chatrooms"] = "Закладки чатов";
|
$a->strings["Bookmarked Chatrooms"] = "Закладки чатов";
|
||||||
$a->strings["Suggested Chatrooms"] = "Рекомендуемые чаты";
|
$a->strings["Suggested Chatrooms"] = "Рекомендуемые чаты";
|
||||||
$a->strings["Save to Folder"] = "";
|
$a->strings["Save to Folder"] = "";
|
||||||
$a->strings["View all"] = "msgctxt "noun";
|
$a->strings["View all"] = "";
|
||||||
$a->strings["Like"] = array(
|
$a->strings["Like"] = array(
|
||||||
0 => "",
|
0 => "",
|
||||||
1 => "",
|
1 => "",
|
||||||
@ -699,8 +699,8 @@ $a->strings["via"] = "через";
|
|||||||
$a->strings["Wall-to-Wall"] = "Стена-к-Стене";
|
$a->strings["Wall-to-Wall"] = "Стена-к-Стене";
|
||||||
$a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:";
|
$a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:";
|
||||||
$a->strings["Save Bookmarks"] = "";
|
$a->strings["Save Bookmarks"] = "";
|
||||||
$a->strings["Add to Calendar"] = "msgctxt "noun";
|
$a->strings["Add to Calendar"] = "";
|
||||||
$a->strings["Likes"] = "msgctxt "noun";
|
$a->strings["Likes"] = "";
|
||||||
$a->strings["Dislikes"] = "";
|
$a->strings["Dislikes"] = "";
|
||||||
$a->strings["%d comment"] = array(
|
$a->strings["%d comment"] = array(
|
||||||
0 => "%d комментарий",
|
0 => "%d комментарий",
|
||||||
|
Reference in New Issue
Block a user