anybody can see the "remove category" link, though it doesn't do anything if you aren't the owner. Can't believe this has gone so long without being reported.

This commit is contained in:
friendica 2012-12-13 14:15:18 -08:00
commit 6faadc9662
5 changed files with 123 additions and 79 deletions

View file

@ -66,7 +66,7 @@ server {
# block these file types
location ~* \.(tpl|md|git|tgz) {
location ~* \.(tpl|md|git|tgz|log|out) {
deny all;
}