]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipsdestroy.php
width and height are now properties in the File class
[quix0rs-gnu-social.git] / actions / apifriendshipsdestroy.php
index 1534aa799f482119b9c16908dd215191b40392ac..5f7c85e0aff62bd725a48f634e81e67237fca7b2 100644 (file)
@@ -33,8 +33,6 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
-require_once INSTALLDIR . '/lib/apiauth.php';
-
 /**
  * Allows the authenticating users to unfollow (unsubscribe) the user specified in
  * the ID parameter.  Returns the unfollowed user in the requested format when