X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapifriendshipsexists.php;fp=actions%2Fapifriendshipsexists.php;h=1f76e00b1a7ab7c2a641f372b8ea9486c55e8fb3;hb=34a6624452e8b7f60b40181441c6ea2c8158379a;hp=43b1daf4fc62bd10975c5d002a052cdd870d9d0e;hpb=753019baf27281370e91084d3766e59fa80b66f1;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.