aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.htaccess6
-rw-r--r--view/ru/strings.php6
2 files changed, 8 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index 6cb3a0749..39fd89e04 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,8 +1,10 @@
Options -Indexes
AddType application/x-java-archive .jar
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
</FilesMatch>
@@ -10,6 +12,8 @@ Deny from all
RewriteEngine on
# Protect repository directory from browsing
RewriteRule "(^|/)\.git" - [F]
+ RewriteRule "(^|/)store" - [F]
+
# Rewrite current-style URLs of the form 'index.php?q=x'.
# Also place auth information into REMOTE_USER for sites running
diff --git a/view/ru/strings.php b/view/ru/strings.php
index e78eb248c..67fbbacf6 100644
--- a/view/ru/strings.php
+++ b/view/ru/strings.php
@@ -673,7 +673,7 @@ $a->strings["Chat Rooms"] = "Чаты";
$a->strings["Bookmarked Chatrooms"] = "Закладки чатов";
$a->strings["Suggested Chatrooms"] = "Рекомендуемые чаты";
$a->strings["Save to Folder"] = "";
-$a->strings["View all"] = "msgctxt "noun";
+$a->strings["View all"] = "";
$a->strings["Like"] = array(
0 => "",
1 => "",
@@ -699,8 +699,8 @@ $a->strings["via"] = "через";
$a->strings["Wall-to-Wall"] = "Стена-к-Стене";
$a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:";
$a->strings["Save Bookmarks"] = "";
-$a->strings["Add to Calendar"] = "msgctxt "noun";
-$a->strings["Likes"] = "msgctxt "noun";
+$a->strings["Add to Calendar"] = "";
+$a->strings["Likes"] = "";
$a->strings["Dislikes"] = "";
$a->strings["%d comment"] = array(
0 => "%d комментарий",