]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipsexists.php
Qvitter API changes (thanks hannes2peer)
[quix0rs-gnu-social.git] / actions / apifriendshipsexists.php
index 43b1daf4fc62bd10975c5d002a052cdd870d9d0e..1f76e00b1a7ab7c2a641f372b8ea9486c55e8fb3 100644 (file)
@@ -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.