]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountverifycredentials.php
Removing unnecessary require_once lines (autoload!)
[quix0rs-gnu-social.git] / actions / apiaccountverifycredentials.php
index 359939b0cc9b8b78201187c6bc5a3e7482a1193b..ccb3bd7a600258da358ffd5d6fb51a2f1c27fa7d 100644 (file)
@@ -33,8 +33,6 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
-require_once INSTALLDIR . '/lib/apiauth.php';
-
 /**
  * Check a user's credentials. Returns an HTTP 200 OK response code and a
  * representation of the requesting user if authentication was successful;