]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiuserprofileimage.php
Qvitter API changes (thanks hannes2peer)
[quix0rs-gnu-social.git] / actions / apiuserprofileimage.php
index 81b447f7e73f673e61ed67d01ff5ce21488a1040..a996fe171806c1f618d5131c7e4aafb9d5ff20ce 100644 (file)
@@ -31,8 +31,6 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
-require_once INSTALLDIR . '/lib/apiprivateauth.php';
-
 /**
  * Ouputs avatar URL for a user, specified by screen name.
  * Unlike most API endpoints, this returns an HTTP redirect rather than direct data.