diff options
author | pixelroot <info@pixelbits.de> | 2014-06-14 14:34:17 +0200 |
---|---|---|
committer | pixelroot <info@pixelbits.de> | 2014-06-14 14:34:17 +0200 |
commit | 7f4516d7474b076ab6f4e3e532c435a02251b17c (patch) | |
tree | 74c90cd752f622122e347e0bbd04c03d5b8f10b8 | |
parent | 6a307f0db10ebb7844ddf41fc77dd72a569013f5 (diff) | |
download | volse-hubzilla-7f4516d7474b076ab6f4e3e532c435a02251b17c.tar.gz volse-hubzilla-7f4516d7474b076ab6f4e3e532c435a02251b17c.tar.bz2 volse-hubzilla-7f4516d7474b076ab6f4e3e532c435a02251b17c.zip |
modified: .htaccess
modified: view/ru/strings.php
-rw-r--r-- | .htaccess | 6 | ||||
-rw-r--r-- | view/ru/strings.php | 6 |
2 files changed, 8 insertions, 4 deletions
@@ -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 комментарий", |