X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapifriendshipsexists.php;h=1f76e00b1a7ab7c2a641f372b8ea9486c55e8fb3;hb=182605cb6a2e785df9051860232552211a43a052;hp=43b1daf4fc62bd10975c5d002a052cdd870d9d0e;hpb=5b94d9e86b91707a47b143482775acad8fcf9e78;p=quix0rs-gnu-social.git diff --git a/actions/apifriendshipsexists.php b/actions/apifriendshipsexists.php index 43b1daf4fc..1f76e00b1a 100644 --- a/actions/apifriendshipsexists.php +++ b/actions/apifriendshipsexists.php @@ -33,8 +33,6 @@ if (!defined('STATUSNET')) { exit(1); } -require_once INSTALLDIR . '/lib/apiprivateauth.php'; - /** * Tests for the existence of friendship between two users. Will return true if * user_a follows user_b, otherwise will return false.