From: Michael Vogel Date: Tue, 5 Jul 2016 06:51:28 +0000 (+0200) Subject: Bugfix: Remote auth and picture permissions should now work again. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e006bc24d74e3abe2769cdd4729409a015246ed3;p=friendica.git Bugfix: Remote auth and picture permissions should now work again. --- diff --git a/boot.php b/boot.php index dbd5920a67..4e8355d7d6 100644 --- 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";