]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: Remote auth and picture permissions should now work again.
authorMichael Vogel <icarus@dabo.de>
Tue, 5 Jul 2016 06:51:28 +0000 (08:51 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 5 Jul 2016 06:51:28 +0000 (08:51 +0200)
boot.php

index dbd5920a677bf226bea34a852438a4be7059a4f0..4e8355d7d68ab4dce595da603c39f8fa9bde7de7 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1125,14 +1125,12 @@ class App {
                $backend[] = "_well_known";
                $backend[] = "api";
                $backend[] = "dfrn_notify";
-               $backend[] = "dfrn_poll";
                $backend[] = "fetch";
                $backend[] = "hcard";
                $backend[] = "hostxrd";
                $backend[] = "nodeinfo";
                $backend[] = "noscrape";
                $backend[] = "p";
-               $backend[] = "photo";
                $backend[] = "poco";
                $backend[] = "post";
                $backend[] = "proxy";